Html Css Color HEX #27420D Pine Tree

📋 copy color: '#27420D'

red 39 ◦ green 66 ◦ blue 13

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

Shades of Pine Tree #27420D

Tints of Pine Tree #27420D

RGB

 RED value IS 39 (15.63% from 255) = 33.05%

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

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

R = 33.05%
G = 55.93%
B = 11.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#27420D (or 0x27420D) is known color: Pine Tree. HEX triplet: 27, 42 and 0D. RGB value is (39,66,13). Sum of RGB (Red+Green+Blue) = 39+66+13=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #27420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27420D is #D8BDF2. Grayscale: #343434. Windows color (decimal): -14204403 or 868903. OLE color: 868903.

HSL color Cylindrical-coordinate representation of color #27420D: hue angle of 90.57º 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 #27420D is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 13 -
CMYK 0.41 0 0.80 0.74
HSL 90.57º 0.67% 0.15% -
HSV(B) 90.57º 0.8% 0.26% -
XYZ 2.86 4.36 1.07 -
YUV 51.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 39 66 13 0.41 0 0.80 0.74 90.57 0.67 0.15
Hex 27 42 D 29 0 50 4A 5B 43 F
Octal 47 102 15 51 0 120 112 133 103 17
Binary 100111 1000010 1101 101001 0 1010000 1001010 1011011 1000011 1111

Color Harmonies of #27420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27420D

Black with #27420D

Text Example


Text Example

White with #27420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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