#257030

Color #257030 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #257030

Tints of San Felix #257030

Color information

#257030 (or 0x257030) is unknown color: approx San Felix. HEX triplet: 25, 70 and 30. RGB value is (37,112,48). Sum of RGB (Red+Green+Blue) = 37+112+48=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #257030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257030 is #DA8FCF. Grayscale: #525252. Windows color (decimal): -14323664 or 3174437. OLE color: 3174437.

HSL color Cylindrical-coordinate representation of color #257030: hue angle of 128.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257030 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB3711248-
CMYK0.6700.570.56
HSL128.8º50.34%29.22%-
HSV(B)128.8º66.96%43.92%-
XYZ7.0912.24.78-
YUV82.28108.6595.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=18.78%
G=56.85%
B=24.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37112480.6700.570.56128.850.3429.22
Hex257030430393881321d
Octal4516060103071702016235
Binary1001011110000110000100001101110011110001000000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257030; }

 p { color: rgb(37,112,48); }

 H1.HeaderClassName
 {
   color: #257030;
 }
 .AnyTagClassName
 {
   color: #257030;
 }
</style>
background-color css

<style>
 a { background-color: #257030; }

 a { background-color: rgb(37,112,48); }

 div.DivClassName
 {
   background-color: #257030;
 }
 .BgClassName
 {
   background-color: #257030;
 }
</style>
border-color css

<style>
 span { border-color: #257030; }

 span { border-color: rgb(37,112,48); }

 td.TdClassName
 {
   border-color: #257030;
 }
 .TagClassName
 {
   border-color: #257030;
 }
</style>