Html Css Color HEX #28420F Pine Tree

📋 copy color: '#28420F'

red 40 ◦ green 66 ◦ blue 15

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

Shades of Pine Tree #28420F

Tints of Pine Tree #28420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 33.06%
G = 54.55%
B = 12.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#28420F (or 0x28420F) is known color: Pine Tree. HEX triplet: 28, 42 and 0F. RGB value is (40,66,15). Sum of RGB (Red+Green+Blue) = 40+66+15=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #28420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28420F is #D7BDF0. Grayscale: #343434. Windows color (decimal): -14138865 or 999976. OLE color: 999976.

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

Color convert

RGB 40 66 15 -
CMYK 0.39 0 0.77 0.74
HSL 90.59º 0.63% 0.16% -
HSV(B) 90.59º 0.77% 0.26% -
XYZ 2.91 4.38 1.14 -
YUV 52.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 40 66 15 0.39 0 0.77 0.74 90.59 0.63 0.16
Hex 28 42 F 27 0 4D 4A 5B 3F 10
Octal 50 102 17 47 0 115 112 133 77 20
Binary 101000 1000010 1111 100111 0 1001101 1001010 1011011 111111 10000

Color Harmonies of #28420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28420F

Black with #28420F

Text Example


Text Example

White with #28420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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