Html Css Color HEX #236021 San Felix

📋 copy color: '#236021'

red 35 ◦ green 96 ◦ blue 33

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

Shades of San Felix #236021

Tints of San Felix #236021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 21.34%
G = 58.54%
B = 20.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#236021 (or 0x236021) is known color: San Felix. HEX triplet: 23, 60 and 21. RGB value is (35,96,33). Sum of RGB (Red+Green+Blue) = 35+96+33=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #236021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236021 is #DC9FDE. Grayscale: #464646. Windows color (decimal): -14458847 or 2187299. OLE color: 2187299.

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

Color convert

RGB 35 96 33 -
CMYK 0.64 0 0.66 0.62
HSL 118.1º 0.49% 0.25% -
HSV(B) 118.1º 0.66% 0.38% -
XYZ 5.15 8.83 2.87 -
YUV 70.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 35 96 33 0.64 0 0.66 0.62 118.1 0.49 0.25
Hex 23 60 21 40 0 42 3E 76 31 19
Octal 43 140 41 100 0 102 76 166 61 31
Binary 100011 1100000 100001 1000000 0 1000010 111110 1110110 110001 11001

Color Harmonies of #236021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236021

Black with #236021

Text Example


Text Example

White with #236021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236021; }

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

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

background-color css

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

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

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

border-color css

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

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

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