Html Css Color HEX #28420D Pine Tree

📋 copy color: '#28420D'

red 40 ◦ green 66 ◦ blue 13

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

Shades of Pine Tree #28420D

Tints of Pine Tree #28420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.92%

R = 33.61%
G = 55.46%
B = 10.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#28420D (or 0x28420D) is known color: Pine Tree. HEX triplet: 28, 42 and 0D. RGB value is (40,66,13). Sum of RGB (Red+Green+Blue) = 40+66+13=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #28420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28420D is #D7BDF2. Grayscale: #343434. Windows color (decimal): -14138867 or 868904. OLE color: 868904.

HSL color Cylindrical-coordinate representation of color #28420D: hue angle of 89.43º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28420D is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 13 -
CMYK 0.39 0 0.80 0.74
HSL 89.43º 0.67% 0.15% -
HSV(B) 89.43º 0.8% 0.26% -
XYZ 2.9 4.38 1.07 -
YUV 52.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 40 66 13 0.39 0 0.80 0.74 89.43 0.67 0.15
Hex 28 42 D 27 0 50 4A 59 43 F
Octal 50 102 15 47 0 120 112 131 103 17
Binary 101000 1000010 1101 100111 0 1010000 1001010 1011001 1000011 1111

Color Harmonies of #28420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28420D

Black with #28420D

Text Example


Text Example

White with #28420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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