Html Css Color HEX #27420C Pine Tree

📋 copy color: '#27420C'

red 39 ◦ green 66 ◦ blue 12

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

Shades of Pine Tree #27420C

Tints of Pine Tree #27420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 33.33%
G = 56.41%
B = 10.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#27420C (or 0x27420C) is known color: Pine Tree. HEX triplet: 27, 42 and 0C. RGB value is (39,66,12). Sum of RGB (Red+Green+Blue) = 39+66+12=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #27420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27420C is #D8BDF3. Grayscale: #333333. Windows color (decimal): -14204404 or 803367. OLE color: 803367.

HSL color Cylindrical-coordinate representation of color #27420C: hue angle of 90º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27420C is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 12 -
CMYK 0.41 0 0.82 0.74
HSL 90º 0.69% 0.15% -
HSV(B) 90º 0.82% 0.26% -
XYZ 2.85 4.35 1.04 -
YUV 51.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 39 66 12 0.41 0 0.82 0.74 90 0.69 0.15
Hex 27 42 C 29 0 52 4A 5A 45 F
Octal 47 102 14 51 0 122 112 132 105 17
Binary 100111 1000010 1100 101001 0 1010010 1001010 1011010 1000101 1111

Color Harmonies of #27420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27420C

Black with #27420C

Text Example


Text Example

White with #27420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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