Html Css Color HEX #285E21 San Felix

📋 copy color: '#285E21'

red 40 ◦ green 94 ◦ blue 33

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

Shades of San Felix #285E21

Tints of San Felix #285E21

RGB

 RED value IS 40 (16.02% from 255) = 23.95%

 GREEN value IS 94 (37.11% from 255) = 56.29%

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

R = 23.95%
G = 56.29%
B = 19.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#285E21 (or 0x285E21) is known color: San Felix. HEX triplet: 28, 5E and 21. RGB value is (40,94,33). Sum of RGB (Red+Green+Blue) = 40+94+33=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 94 (37.11% from 255 or 56.29% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 94 - color contains mainly: green. Hex color #285E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E21 is #D7A1DE. Grayscale: #474747. Windows color (decimal): -14131679 or 2186792. OLE color: 2186792.

HSL color Cylindrical-coordinate representation of color #285E21: hue angle of 113.11º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285E21 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 94 33 -
CMYK 0.57 0 0.65 0.63
HSL 113.11º 0.48% 0.25% -
HSV(B) 113.11º 0.65% 0.37% -
XYZ 5.15 8.57 2.82 -
YUV 70.9 106.61 105.96 -
System Red Green Blue C M Y K H S L
Decimal 40 94 33 0.57 0 0.65 0.63 113.11 0.48 0.25
Hex 28 5E 21 39 0 41 3F 71 30 19
Octal 50 136 41 71 0 101 77 161 60 31
Binary 101000 1011110 100001 111001 0 1000001 111111 1110001 110000 11001

Color Harmonies of #285E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E21

Black with #285E21

Text Example


Text Example

White with #285E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285E21; }

 p { color: rgb(40,94,33); }

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

background-color css

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

 a { background-color: rgb(40,94,33); }

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

border-color css

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

 span { border-color: rgb(40,94,33); }

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