Html Css Color HEX #183302 Pine Tree

📋 copy color: '#183302'

red 24 ◦ green 51 ◦ blue 2

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

Shades of Pine Tree #183302

Tints of Pine Tree #183302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 66.23%

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

R = 31.17%
G = 66.23%
B = 2.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#183302 (or 0x183302) is known color: Pine Tree. HEX triplet: 18, 33 and 02. RGB value is (24,51,2). Sum of RGB (Red+Green+Blue) = 24+51+2=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #183302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183302 is #E7CCFD. Grayscale: #252525. Windows color (decimal): -15191294 or 144152. OLE color: 144152.

HSL color Cylindrical-coordinate representation of color #183302: hue angle of 93.06º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #183302 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 51 2 -
CMYK 0.53 0 0.96 0.8
HSL 93.06º 0.92% 0.1% -
HSV(B) 93.06º 0.96% 0.2% -
XYZ 1.57 2.57 0.47 -
YUV 37.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 24 51 2 0.53 0 0.96 0.8 93.06 0.92 0.1
Hex 18 33 2 35 0 60 50 5D 5C A
Octal 30 63 2 65 0 140 120 135 134 12
Binary 11000 110011 10 110101 0 1100000 1010000 1011101 1011100 1010

Color Harmonies of #183302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183302

Black with #183302

Text Example


Text Example

White with #183302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183302; }

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

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

background-color css

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

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

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

border-color css

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

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

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