Html Css Color HEX #28420E Pine Tree

📋 copy color: '#28420E'

red 40 ◦ green 66 ◦ blue 14

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

Shades of Pine Tree #28420E

Tints of Pine Tree #28420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55%

 BLUE value IS 14 (5.86% from 255) = 11.67%

R = 33.33%
G = 55%
B = 11.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#28420E (or 0x28420E) is known color: Pine Tree. HEX triplet: 28, 42 and 0E. RGB value is (40,66,14). Sum of RGB (Red+Green+Blue) = 40+66+14=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #28420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28420E is #D7BDF1. Grayscale: #343434. Windows color (decimal): -14138866 or 934440. OLE color: 934440.

HSL color Cylindrical-coordinate representation of color #28420E: hue angle of 90º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28420E is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 14 -
CMYK 0.39 0 0.79 0.74
HSL 90º 0.65% 0.16% -
HSV(B) 90º 0.79% 0.26% -
XYZ 2.9 4.38 1.11 -
YUV 52.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 40 66 14 0.39 0 0.79 0.74 90 0.65 0.16
Hex 28 42 E 27 0 4F 4A 5A 41 10
Octal 50 102 16 47 0 117 112 132 101 20
Binary 101000 1000010 1110 100111 0 1001111 1001010 1011010 1000001 10000

Color Harmonies of #28420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28420E

Black with #28420E

Text Example


Text Example

White with #28420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28420E; }

 p { color: rgb(40,66,14); }

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

background-color css

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

 a { background-color: rgb(40,66,14); }

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

border-color css

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

 span { border-color: rgb(40,66,14); }

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