Html Css Color HEX #00331D Dark Green

📋 copy color: '#00331D'

red 0 ◦ green 51 ◦ blue 29

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

Shades of Dark Green #00331D

Tints of Dark Green #00331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 63.75%

 BLUE value IS 29 (11.72% from 255) = 36.25%

R = 0%
G = 63.75%
B = 36.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#00331D (or 0x00331D) is known color: Dark Green. HEX triplet: 00, 33 and 1D. RGB value is (0,51,29). Sum of RGB (Red+Green+Blue) = 0+51+29=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #00331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00331D is #FFCCE2. Grayscale: #212121. Windows color (decimal): -16764131 or 1913600. OLE color: 1913600.

HSL color Cylindrical-coordinate representation of color #00331D: hue angle of 154.12º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00331D is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 51 29 -
CMYK 1 0 0.43 0.8
HSL 154.12º 1% 0.1% -
HSV(B) 154.12º 1% 0.2% -
XYZ 1.41 2.46 1.56 -
YUV 33.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 0 51 29 1 0 0.43 0.8 154.12 1 0.1
Hex 0 33 1D 64 0 2B 50 9A 64 A
Octal 0 63 35 144 0 53 120 232 144 12
Binary 0 110011 11101 1100100 0 101011 1010000 10011010 1100100 1010

Color Harmonies of #00331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00331D

Black with #00331D

Text Example


Text Example

White with #00331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00331D; }

 p { color: rgb(0,51,29); }

 H1.HeaderClassName
 {
   color: #00331D;
 }
 .AnyTagClassName
 {
   color: #00331D;
 }
</style>

background-color css

<style>
 a { background-color: #00331D; }

 a { background-color: rgb(0,51,29); }

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

border-color css

<style>
 span { border-color: #00331D; }

 span { border-color: rgb(0,51,29); }

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