Html Css Color HEX #00180C Dark Green

📋 copy color: '#00180C'

red 0 ◦ green 24 ◦ blue 12

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

Shades of Dark Green #00180C

Tints of Dark Green #00180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 66.67%

 BLUE value IS 12 (5.08% from 255) = 33.33%

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#00180C (or 0x00180C) is known color: Dark Green. HEX triplet: 00, 18 and 0C. RGB value is (0,24,12). Sum of RGB (Red+Green+Blue) = 0+24+12=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 24 (9.77% from 255 or 66.67% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 24 - color contains mainly: green. Hex color #00180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00180C is #FFE7F3. Grayscale: #0F0F0F. Windows color (decimal): -16771060 or 792576. OLE color: 792576.

HSL color Cylindrical-coordinate representation of color #00180C: hue angle of 150º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00180C is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 24 12 -
CMYK 1 0 0.50 0.91
HSL 150º 1% 0.05% -
HSV(B) 150º 1% 0.09% -
XYZ 0.39 0.68 0.46 -
YUV 15.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 0 24 12 1 0 0.50 0.91 150 1 0.05
Hex 0 18 C 64 0 32 5B 96 64 5
Octal 0 30 14 144 0 62 133 226 144 5
Binary 0 11000 1100 1100100 0 110010 1011011 10010110 1100100 101

Color Harmonies of #00180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00180C

Black with #00180C

Text Example


Text Example

White with #00180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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