Html Css Color HEX #237120 San Felix

📋 copy color: '#237120'

red 35 ◦ green 113 ◦ blue 32

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

Shades of San Felix #237120

Tints of San Felix #237120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.78%

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

R = 19.44%
G = 62.78%
B = 17.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#237120 (or 0x237120) is known color: San Felix. HEX triplet: 23, 71 and 20. RGB value is (35,113,32). Sum of RGB (Red+Green+Blue) = 35+113+32=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #237120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237120 is #DC8EDF. Grayscale: #505050. Windows color (decimal): -14454496 or 2126115. OLE color: 2126115.

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

Color convert

RGB 35 113 32 -
CMYK 0.69 0 0.72 0.56
HSL 117.78º 0.56% 0.28% -
HSV(B) 117.78º 0.72% 0.44% -
XYZ 6.86 12.27 3.37 -
YUV 80.44 100.66 95.59 -
System Red Green Blue C M Y K H S L
Decimal 35 113 32 0.69 0 0.72 0.56 117.78 0.56 0.28
Hex 23 71 20 45 0 48 38 76 38 1C
Octal 43 161 40 105 0 110 70 166 70 34
Binary 100011 1110001 100000 1000101 0 1001000 111000 1110110 111000 11100

Color Harmonies of #237120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237120

Black with #237120

Text Example


Text Example

White with #237120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237120; }

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

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

background-color css

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

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

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

border-color css

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

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

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