Html Css Color HEX #00180B Dark Green

📋 copy color: '#00180B'

red 0 ◦ green 24 ◦ blue 11

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

Shades of Dark Green #00180B

Tints of Dark Green #00180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 31.43%

R = 0%
G = 68.57%
B = 31.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#00180B (or 0x00180B) is known color: Dark Green. HEX triplet: 00, 18 and 0B. RGB value is (0,24,11). Sum of RGB (Red+Green+Blue) = 0+24+11=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 24 (9.77% from 255 or 68.57% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 24 - color contains mainly: green. Hex color #00180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00180B is #FFE7F4. Grayscale: #0F0F0F. Windows color (decimal): -16771061 or 727040. OLE color: 727040.

HSL color Cylindrical-coordinate representation of color #00180B: hue angle of 147.5º 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 #00180B is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 24 11 -
CMYK 1 0 0.54 0.91
HSL 147.5º 1% 0.05% -
HSV(B) 147.5º 1% 0.09% -
XYZ 0.39 0.68 0.43 -
YUV 15.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 0 24 11 1 0 0.54 0.91 147.5 1 0.05
Hex 0 18 B 64 0 36 5B 94 64 5
Octal 0 30 13 144 0 66 133 224 144 5
Binary 0 11000 1011 1100100 0 110110 1011011 10010100 1100100 101

Color Harmonies of #00180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00180B

Black with #00180B

Text Example


Text Example

White with #00180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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