Html Css Color HEX #152E04 Pine Tree

📋 copy color: '#152E04'

red 21 ◦ green 46 ◦ blue 4

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

Shades of Pine Tree #152E04

Tints of Pine Tree #152E04

RGB

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

 GREEN value IS 46 (18.36% from 255) = 64.79%

 BLUE value IS 4 (1.95% from 255) = 5.63%

R = 29.58%
G = 64.79%
B = 5.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.82

RGB Variations

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

Color information

#152E04 (or 0x152E04) is known color: Pine Tree. HEX triplet: 15, 2E and 04. RGB value is (21,46,4). Sum of RGB (Red+Green+Blue) = 21+46+4=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 46 (18.36% from 255 or 64.79% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 46 - color contains mainly: green. Hex color #152E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152E04 is #EAD1FB. Grayscale: #212121. Windows color (decimal): -15389180 or 273941. OLE color: 273941.

HSL color Cylindrical-coordinate representation of color #152E04: hue angle of 95.71º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152E04 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 46 4 -
CMYK 0.54 0 0.91 0.82
HSL 95.71º 0.84% 0.1% -
HSV(B) 95.71º 0.91% 0.18% -
XYZ 1.31 2.12 0.46 -
YUV 33.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 21 46 4 0.54 0 0.91 0.82 95.71 0.84 0.1
Hex 15 2E 4 36 0 5B 52 60 54 A
Octal 25 56 4 66 0 133 122 140 124 12
Binary 10101 101110 100 110110 0 1011011 1010010 1100000 1010100 1010

Color Harmonies of #152E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E04

Black with #152E04

Text Example


Text Example

White with #152E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,46,4); }

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

background-color css

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

 a { background-color: rgb(21,46,4); }

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

border-color css

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

 span { border-color: rgb(21,46,4); }

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