Html Css Color HEX #00180A Dark Green

📋 copy color: '#00180A'

red 0 ◦ green 24 ◦ blue 10

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

Shades of Dark Green #00180A

Tints of Dark Green #00180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 29.41%

R = 0%
G = 70.59%
B = 29.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#00180A (or 0x00180A) is known color: Dark Green. HEX triplet: 00, 18 and 0A. RGB value is (0,24,10). Sum of RGB (Red+Green+Blue) = 0+24+10=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 24 (9.77% from 255 or 70.59% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 24 - color contains mainly: green. Hex color #00180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00180A is #FFE7F5. Grayscale: #0F0F0F. Windows color (decimal): -16771062 or 661504. OLE color: 661504.

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

Color convert

RGB 0 24 10 -
CMYK 1 0 0.58 0.91
HSL 145º 1% 0.05% -
HSV(B) 145º 1% 0.09% -
XYZ 0.38 0.68 0.4 -
YUV 15.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 0 24 10 1 0 0.58 0.91 145 1 0.05
Hex 0 18 A 64 0 3A 5B 91 64 5
Octal 0 30 12 144 0 72 133 221 144 5
Binary 0 11000 1010 1100100 0 111010 1011011 10010001 1100100 101

Color Harmonies of #00180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00180A

Black with #00180A

Text Example


Text Example

White with #00180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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