Html Css Color HEX #00200B Dark Green

📋 copy color: '#00200B'

red 0 ◦ green 32 ◦ blue 11

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

Shades of Dark Green #00200B

Tints of Dark Green #00200B

RGB

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

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

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

R = 0%
G = 74.42%
B = 25.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#00200B (or 0x00200B) is known color: Dark Green. HEX triplet: 00, 20 and 0B. RGB value is (0,32,11). Sum of RGB (Red+Green+Blue) = 0+32+11=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 32 (12.89% from 255 or 74.42% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 32 - color contains mainly: green. Hex color #00200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00200B is #FFDFF4. Grayscale: #141414. Windows color (decimal): -16769013 or 729088. OLE color: 729088.

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

Color convert

RGB 0 32 11 -
CMYK 1 0 0.66 0.87
HSL 140.63º 1% 0.06% -
HSV(B) 140.63º 1% 0.13% -
XYZ 0.58 1.06 0.49 -
YUV 20.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 0 32 11 1 0 0.66 0.87 140.63 1 0.06
Hex 0 20 B 64 0 42 57 8D 64 6
Octal 0 40 13 144 0 102 127 215 144 6
Binary 0 100000 1011 1100100 0 1000010 1010111 10001101 1100100 110

Color Harmonies of #00200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00200B

Black with #00200B

Text Example


Text Example

White with #00200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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