Html Css Color HEX #236020 San Felix

📋 copy color: '#236020'

red 35 ◦ green 96 ◦ blue 32

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

Shades of San Felix #236020

Tints of San Felix #236020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.9%

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

R = 21.47%
G = 58.9%
B = 19.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#236020 (or 0x236020) is known color: San Felix. HEX triplet: 23, 60 and 20. RGB value is (35,96,32). Sum of RGB (Red+Green+Blue) = 35+96+32=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #236020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236020 is #DC9FDF. Grayscale: #464646. Windows color (decimal): -14458848 or 2121763. OLE color: 2121763.

HSL color Cylindrical-coordinate representation of color #236020: hue angle of 117.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #236020 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 96 32 -
CMYK 0.64 0 0.67 0.62
HSL 117.19º 0.5% 0.25% -
HSV(B) 117.19º 0.67% 0.38% -
XYZ 5.14 8.83 2.8 -
YUV 70.47 106.29 102.7 -
System Red Green Blue C M Y K H S L
Decimal 35 96 32 0.64 0 0.67 0.62 117.19 0.5 0.25
Hex 23 60 20 40 0 43 3E 75 32 19
Octal 43 140 40 100 0 103 76 165 62 31
Binary 100011 1100000 100000 1000000 0 1000011 111110 1110101 110010 11001

Color Harmonies of #236020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236020

Black with #236020

Text Example


Text Example

White with #236020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236020; }

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

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

background-color css

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

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

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

border-color css

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

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

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