Html Css Color HEX #237529 San Felix

📋 copy color: '#237529'

red 35 ◦ green 117 ◦ blue 41

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

Shades of San Felix #237529

Tints of San Felix #237529

RGB

 RED value IS 35 (14.06% from 255) = 18.13%

 GREEN value IS 117 (46.09% from 255) = 60.62%

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 18.13%
G = 60.62%
B = 21.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#237529 (or 0x237529) is known color: San Felix. HEX triplet: 23, 75 and 29. RGB value is (35,117,41). Sum of RGB (Red+Green+Blue) = 35+117+41=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #237529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237529 is #DC8AD6. Grayscale: #545454. Windows color (decimal): -14453463 or 2716963. OLE color: 2716963.

HSL color Cylindrical-coordinate representation of color #237529: hue angle of 124.39º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237529 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 117 41 -
CMYK 0.70 0 0.65 0.54
HSL 124.39º 0.54% 0.3% -
HSV(B) 124.39º 0.7% 0.46% -
XYZ 7.45 13.24 4.26 -
YUV 83.82 103.83 93.18 -
System Red Green Blue C M Y K H S L
Decimal 35 117 41 0.70 0 0.65 0.54 124.39 0.54 0.3
Hex 23 75 29 46 0 41 36 7C 36 1E
Octal 43 165 51 106 0 101 66 174 66 36
Binary 100011 1110101 101001 1000110 0 1000001 110110 1111100 110110 11110

Color Harmonies of #237529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237529

Black with #237529

Text Example


Text Example

White with #237529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237529; }

 p { color: rgb(35,117,41); }

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

background-color css

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

 a { background-color: rgb(35,117,41); }

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

border-color css

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

 span { border-color: rgb(35,117,41); }

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