Html Css Color HEX #183000 Pine Tree

📋 copy color: '#183000'

red 24 ◦ green 48 ◦ blue 0

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

Shades of Pine Tree #183000

Tints of Pine Tree #183000

RGB

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

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

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

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#183000 (or 0x183000) is known color: Pine Tree. HEX triplet: 18, 30 and 00. RGB value is (24,48,0). Sum of RGB (Red+Green+Blue) = 24+48+0=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #183000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183000 is #E7CFFF. Grayscale: #232323. Windows color (decimal): -15192064 or 12312. OLE color: 12312.

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

Color convert

RGB 24 48 0 -
CMYK 0.5 0 1 0.81
HSL 90º 1% 0.09% -
HSV(B) 90º 1% 0.19% -
XYZ 1.43 2.31 0.37 -
YUV 35.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 24 48 0 0.5 0 1 0.81 90 1 0.09
Hex 18 30 0 32 0 64 51 5A 64 9
Octal 30 60 0 62 0 144 121 132 144 11
Binary 11000 110000 0 110010 0 1100100 1010001 1011010 1100100 1001

Color Harmonies of #183000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183000

Black with #183000

Text Example


Text Example

White with #183000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183000; }

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

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

background-color css

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

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

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

border-color css

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

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

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