Html Css Color HEX #182F06 Pine Tree

📋 copy color: '#182F06'

red 24 ◦ green 47 ◦ blue 6

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

Shades of Pine Tree #182F06

Tints of Pine Tree #182F06

RGB

 RED value IS 24 (9.77% from 255) = 31.17%

 GREEN value IS 47 (18.75% from 255) = 61.04%

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

R = 31.17%
G = 61.04%
B = 7.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.87

 K value IS 0.82

RGB Variations

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

Color information

#182F06 (or 0x182F06) is known color: Pine Tree. HEX triplet: 18, 2F and 06. RGB value is (24,47,6). Sum of RGB (Red+Green+Blue) = 24+47+6=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 47 (18.75% from 255 or 61.04% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 47 - color contains mainly: green. Hex color #182F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182F06 is #E7D0F9. Grayscale: #232323. Windows color (decimal): -15192314 or 405272. OLE color: 405272.

HSL color Cylindrical-coordinate representation of color #182F06: hue angle of 93.66º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182F06 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 47 6 -
CMYK 0.49 0 0.87 0.82
HSL 93.66º 0.77% 0.1% -
HSV(B) 93.66º 0.87% 0.18% -
XYZ 1.43 2.24 0.53 -
YUV 35.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 24 47 6 0.49 0 0.87 0.82 93.66 0.77 0.1
Hex 18 2F 6 31 0 57 52 5E 4D A
Octal 30 57 6 61 0 127 122 136 115 12
Binary 11000 101111 110 110001 0 1010111 1010010 1011110 1001101 1010

Color Harmonies of #182F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F06

Black with #182F06

Text Example


Text Example

White with #182F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182F06; }

 p { color: rgb(24,47,6); }

 H1.HeaderClassName
 {
   color: #182F06;
 }
 .AnyTagClassName
 {
   color: #182F06;
 }
</style>

background-color css

<style>
 a { background-color: #182F06; }

 a { background-color: rgb(24,47,6); }

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

border-color css

<style>
 span { border-color: #182F06; }

 span { border-color: rgb(24,47,6); }

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