Html Css Color HEX #237232 San Felix

📋 copy color: '#237232'

red 35 ◦ green 114 ◦ blue 50

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

Shades of San Felix #237232

Tints of San Felix #237232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.29%

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

R = 17.59%
G = 57.29%
B = 25.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#237232 (or 0x237232) is known color: San Felix. HEX triplet: 23, 72 and 32. RGB value is (35,114,50). Sum of RGB (Red+Green+Blue) = 35+114+50=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #237232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237232 is #DC8DCD. Grayscale: #535353. Windows color (decimal): -14454222 or 3306019. OLE color: 3306019.

HSL color Cylindrical-coordinate representation of color #237232: hue angle of 131.39º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237232 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 114 50 -
CMYK 0.69 0 0.56 0.55
HSL 131.39º 0.53% 0.29% -
HSV(B) 131.39º 0.69% 0.45% -
XYZ 7.29 12.62 5.07 -
YUV 83.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 35 114 50 0.69 0 0.56 0.55 131.39 0.53 0.29
Hex 23 72 32 45 0 38 37 83 35 1D
Octal 43 162 62 105 0 70 67 203 65 35
Binary 100011 1110010 110010 1000101 0 111000 110111 10000011 110101 11101

Color Harmonies of #237232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237232

Black with #237232

Text Example


Text Example

White with #237232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237232; }

 p { color: rgb(35,114,50); }

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

background-color css

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

 a { background-color: rgb(35,114,50); }

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

border-color css

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

 span { border-color: rgb(35,114,50); }

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