Html Css Color HEX #183200 Pine Tree

📋 copy color: '#183200'

red 24 ◦ green 50 ◦ blue 0

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

Shades of Pine Tree #183200

Tints of Pine Tree #183200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 67.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.43%
G = 67.57%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#183200 (or 0x183200) is known color: Pine Tree. HEX triplet: 18, 32 and 00. RGB value is (24,50,0). Sum of RGB (Red+Green+Blue) = 24+50+0=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #183200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183200 is #E7CDFF. Grayscale: #242424. Windows color (decimal): -15191552 or 12824. OLE color: 12824.

HSL color Cylindrical-coordinate representation of color #183200: hue angle of 91.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #183200 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 50 0 -
CMYK 0.52 0 1 0.80
HSL 91.2º 1% 0.1% -
HSV(B) 91.2º 1% 0.2% -
XYZ 1.52 2.48 0.4 -
YUV 36.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 24 50 0 0.52 0 1 0.80 91.2 1 0.1
Hex 18 32 0 34 0 64 50 5B 64 A
Octal 30 62 0 64 0 144 120 133 144 12
Binary 11000 110010 0 110100 0 1100100 1010000 1011011 1100100 1010

Color Harmonies of #183200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183200

Black with #183200

Text Example


Text Example

White with #183200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183200; }

 p { color: rgb(24,50,0); }

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

background-color css

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

 a { background-color: rgb(24,50,0); }

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

border-color css

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

 span { border-color: rgb(24,50,0); }

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