Html Css Color HEX #182002 Pine Tree

📋 copy color: '#182002'

red 24 ◦ green 32 ◦ blue 2

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

Shades of Pine Tree #182002

Tints of Pine Tree #182002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 55.17%

 BLUE value IS 2 (1.17% from 255) = 3.45%

R = 41.38%
G = 55.17%
B = 3.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#182002 (or 0x182002) is known color: Pine Tree. HEX triplet: 18, 20 and 02. RGB value is (24,32,2). Sum of RGB (Red+Green+Blue) = 24+32+2=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #182002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182002 is #E7DFFD. Grayscale: #1A1A1A. Windows color (decimal): -15196158 or 139288. OLE color: 139288.

HSL color Cylindrical-coordinate representation of color #182002: hue angle of 76º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #182002 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 32 2 -
CMYK 0.25 0 0.94 0.87
HSL 76º 0.88% 0.07% -
HSV(B) 76º 0.94% 0.13% -
XYZ 0.9 1.23 0.25 -
YUV 26.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 24 32 2 0.25 0 0.94 0.87 76 0.88 0.07
Hex 18 20 2 19 0 5E 57 4C 58 7
Octal 30 40 2 31 0 136 127 114 130 7
Binary 11000 100000 10 11001 0 1011110 1010111 1001100 1011000 111

Color Harmonies of #182002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182002

Black with #182002

Text Example


Text Example

White with #182002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182002; }

 p { color: rgb(24,32,2); }

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

background-color css

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

 a { background-color: rgb(24,32,2); }

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

border-color css

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

 span { border-color: rgb(24,32,2); }

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