Html Css Color HEX #237332 San Felix

📋 copy color: '#237332'

red 35 ◦ green 115 ◦ blue 50

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

Shades of San Felix #237332

Tints of San Felix #237332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.5%

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

R = 17.5%
G = 57.5%
B = 25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#237332 (or 0x237332) is known color: San Felix. HEX triplet: 23, 73 and 32. RGB value is (35,115,50). Sum of RGB (Red+Green+Blue) = 35+115+50=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #237332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237332 is #DC8CCD. Grayscale: #535353. Windows color (decimal): -14453966 or 3306275. OLE color: 3306275.

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

Color convert

RGB 35 115 50 -
CMYK 0.70 0 0.57 0.55
HSL 131.25º 0.53% 0.29% -
HSV(B) 131.25º 0.7% 0.45% -
XYZ 7.4 12.85 5.11 -
YUV 83.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 35 115 50 0.70 0 0.57 0.55 131.25 0.53 0.29
Hex 23 73 32 46 0 39 37 83 35 1D
Octal 43 163 62 106 0 71 67 203 65 35
Binary 100011 1110011 110010 1000110 0 111001 110111 10000011 110101 11101

Color Harmonies of #237332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237332

Black with #237332

Text Example


Text Example

White with #237332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237332; }

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

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

background-color css

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

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

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

border-color css

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

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

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