Html Css Color HEX #237220 San Felix

📋 copy color: '#237220'

red 35 ◦ green 114 ◦ blue 32

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

Shades of San Felix #237220

Tints of San Felix #237220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 19.34%
G = 62.98%
B = 17.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#237220 (or 0x237220) is known color: San Felix. HEX triplet: 23, 72 and 20. RGB value is (35,114,32). Sum of RGB (Red+Green+Blue) = 35+114+32=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #237220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237220 is #DC8DDF. Grayscale: #515151. Windows color (decimal): -14454240 or 2126371. OLE color: 2126371.

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

Color convert

RGB 35 114 32 -
CMYK 0.69 0 0.72 0.55
HSL 117.8º 0.56% 0.29% -
HSV(B) 117.8º 0.72% 0.45% -
XYZ 6.97 12.5 3.41 -
YUV 81.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 35 114 32 0.69 0 0.72 0.55 117.8 0.56 0.29
Hex 23 72 20 45 0 48 37 76 38 1D
Octal 43 162 40 105 0 110 67 166 70 35
Binary 100011 1110010 100000 1000101 0 1001000 110111 1110110 111000 11101

Color Harmonies of #237220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237220

Black with #237220

Text Example


Text Example

White with #237220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237220; }

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

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

background-color css

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

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

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

border-color css

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

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

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