Html Css Color HEX #257032 San Felix

📋 copy color: '#257032'

red 37 ◦ green 112 ◦ blue 50

#257032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #257032

Tints of San Felix #257032

RGB

 RED value IS 37 (14.84% from 255) = 18.59%

 GREEN value IS 112 (44.14% from 255) = 56.28%

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 18.59%
G = 56.28%
B = 25.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#257032 (or 0x257032) is known color: San Felix. HEX triplet: 25, 70 and 32. RGB value is (37,112,50). Sum of RGB (Red+Green+Blue) = 37+112+50=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #257032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257032 is #DA8FCD. Grayscale: #525252. Windows color (decimal): -14323662 or 3305509. OLE color: 3305509.

HSL color Cylindrical-coordinate representation of color #257032: hue angle of 130.4º 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 #257032 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 50 -
CMYK 0.67 0 0.55 0.56
HSL 130.4º 0.5% 0.29% -
HSV(B) 130.4º 0.67% 0.44% -
XYZ 7.13 12.21 5 -
YUV 82.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 37 112 50 0.67 0 0.55 0.56 130.4 0.5 0.29
Hex 25 70 32 43 0 37 38 82 32 1D
Octal 45 160 62 103 0 67 70 202 62 35
Binary 100101 1110000 110010 1000011 0 110111 111000 10000010 110010 11101

Color Harmonies of #257032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257032

Black with #257032

Text Example


Text Example

White with #257032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257032; }

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

 H1.HeaderClassName
 {
   color: #257032;
 }
 .AnyTagClassName
 {
   color: #257032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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