Html Css Color HEX #00290C Dark Green

📋 copy color: '#00290C'

red 0 ◦ green 41 ◦ blue 12

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

Shades of Dark Green #00290C

Tints of Dark Green #00290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 77.36%

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

R = 0%
G = 77.36%
B = 22.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#00290C (or 0x00290C) is known color: Dark Green. HEX triplet: 00, 29 and 0C. RGB value is (0,41,12). Sum of RGB (Red+Green+Blue) = 0+41+12=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 41 (16.41% from 255 or 77.36% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 41 - color contains mainly: green. Hex color #00290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00290C is #FFD6F3. Grayscale: #191919. Windows color (decimal): -16766708 or 796928. OLE color: 796928.

HSL color Cylindrical-coordinate representation of color #00290C: hue angle of 137.56º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00290C is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 41 12 -
CMYK 1 0 0.71 0.84
HSL 137.56º 1% 0.08% -
HSV(B) 137.56º 1% 0.16% -
XYZ 0.86 1.61 0.61 -
YUV 25.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 0 41 12 1 0 0.71 0.84 137.56 1 0.08
Hex 0 29 C 64 0 47 54 8A 64 8
Octal 0 51 14 144 0 107 124 212 144 10
Binary 0 101001 1100 1100100 0 1000111 1010100 10001010 1100100 1000

Color Harmonies of #00290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00290C

Black with #00290C

Text Example


Text Example

White with #00290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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