Html Css Color HEX #00200E Dark Green

📋 copy color: '#00200E'

red 0 ◦ green 32 ◦ blue 14

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

Shades of Dark Green #00200E

Tints of Dark Green #00200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 69.57%

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 0%
G = 69.57%
B = 30.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#00200E (or 0x00200E) is known color: Dark Green. HEX triplet: 00, 20 and 0E. RGB value is (0,32,14). Sum of RGB (Red+Green+Blue) = 0+32+14=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #00200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00200E is #FFDFF1. Grayscale: #141414. Windows color (decimal): -16769010 or 925696. OLE color: 925696.

HSL color Cylindrical-coordinate representation of color #00200E: hue angle of 146.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00200E is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 32 14 -
CMYK 1 0 0.56 0.87
HSL 146.25º 1% 0.06% -
HSV(B) 146.25º 1% 0.13% -
XYZ 0.6 1.06 0.59 -
YUV 20.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 0 32 14 1 0 0.56 0.87 146.25 1 0.06
Hex 0 20 E 64 0 38 57 92 64 6
Octal 0 40 16 144 0 70 127 222 144 6
Binary 0 100000 1110 1100100 0 111000 1010111 10010010 1100100 110

Color Harmonies of #00200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00200E

Black with #00200E

Text Example


Text Example

White with #00200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00200E; }

 p { color: rgb(0,32,14); }

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

background-color css

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

 a { background-color: rgb(0,32,14); }

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

border-color css

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

 span { border-color: rgb(0,32,14); }

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