Html Css Color HEX #183008 Pine Tree

📋 copy color: '#183008'

red 24 ◦ green 48 ◦ blue 8

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

Shades of Pine Tree #183008

Tints of Pine Tree #183008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 60%

 BLUE value IS 8 (3.52% from 255) = 10%

R = 30%
G = 60%
B = 10%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#183008 (or 0x183008) is known color: Pine Tree. HEX triplet: 18, 30 and 08. RGB value is (24,48,8). Sum of RGB (Red+Green+Blue) = 24+48+8=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #183008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183008 is #E7CFF7. Grayscale: #242424. Windows color (decimal): -15192056 or 536600. OLE color: 536600.

HSL color Cylindrical-coordinate representation of color #183008: hue angle of 96º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183008 is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 48 8 -
CMYK 0.5 0 0.83 0.81
HSL 96º 0.71% 0.11% -
HSV(B) 96º 0.83% 0.19% -
XYZ 1.48 2.33 0.6 -
YUV 36.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 24 48 8 0.5 0 0.83 0.81 96 0.71 0.11
Hex 18 30 8 32 0 53 51 60 47 B
Octal 30 60 10 62 0 123 121 140 107 13
Binary 11000 110000 1000 110010 0 1010011 1010001 1100000 1000111 1011

Color Harmonies of #183008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183008

Black with #183008

Text Example


Text Example

White with #183008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183008; }

 p { color: rgb(24,48,8); }

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

background-color css

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

 a { background-color: rgb(24,48,8); }

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

border-color css

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

 span { border-color: rgb(24,48,8); }

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