Html Css Color HEX #152C06 Pine Tree

📋 copy color: '#152C06'

red 21 ◦ green 44 ◦ blue 6

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

Shades of Pine Tree #152C06

Tints of Pine Tree #152C06

RGB

 RED value IS 21 (8.59% from 255) = 29.58%

 GREEN value IS 44 (17.58% from 255) = 61.97%

 BLUE value IS 6 (2.73% from 255) = 8.45%

R = 29.58%
G = 61.97%
B = 8.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.83

RGB Variations

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

Color information

#152C06 (or 0x152C06) is known color: Pine Tree. HEX triplet: 15, 2C and 06. RGB value is (21,44,6). Sum of RGB (Red+Green+Blue) = 21+44+6=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 44 (17.58% from 255 or 61.97% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 44 - color contains mainly: green. Hex color #152C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152C06 is #EAD3F9. Grayscale: #202020. Windows color (decimal): -15389690 or 404501. OLE color: 404501.

HSL color Cylindrical-coordinate representation of color #152C06: hue angle of 96.32º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152C06 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 44 6 -
CMYK 0.52 0 0.86 0.83
HSL 96.32º 0.76% 0.1% -
HSV(B) 96.32º 0.86% 0.17% -
XYZ 1.24 1.97 0.49 -
YUV 32.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 21 44 6 0.52 0 0.86 0.83 96.32 0.76 0.1
Hex 15 2C 6 34 0 56 53 60 4C A
Octal 25 54 6 64 0 126 123 140 114 12
Binary 10101 101100 110 110100 0 1010110 1010011 1100000 1001100 1010

Color Harmonies of #152C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C06

Black with #152C06

Text Example


Text Example

White with #152C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152C06; }

 p { color: rgb(21,44,6); }

 H1.HeaderClassName
 {
   color: #152C06;
 }
 .AnyTagClassName
 {
   color: #152C06;
 }
</style>

background-color css

<style>
 a { background-color: #152C06; }

 a { background-color: rgb(21,44,6); }

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

border-color css

<style>
 span { border-color: #152C06; }

 span { border-color: rgb(21,44,6); }

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