Html Css Color HEX #00331E Dark Green

📋 copy color: '#00331E'

red 0 ◦ green 51 ◦ blue 30

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

Shades of Dark Green #00331E

Tints of Dark Green #00331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 37.04%

R = 0%
G = 62.96%
B = 37.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.8

RGB Variations

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

Color information

#00331E (or 0x00331E) is known color: Dark Green. HEX triplet: 00, 33 and 1E. RGB value is (0,51,30). Sum of RGB (Red+Green+Blue) = 0+51+30=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #00331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00331E is #FFCCE1. Grayscale: #212121. Windows color (decimal): -16764130 or 1979136. OLE color: 1979136.

HSL color Cylindrical-coordinate representation of color #00331E: hue angle of 155.29º 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 #00331E is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 51 30 -
CMYK 1 0 0.41 0.8
HSL 155.29º 1% 0.1% -
HSV(B) 155.29º 1% 0.2% -
XYZ 1.42 2.46 1.63 -
YUV 33.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 0 51 30 1 0 0.41 0.8 155.29 1 0.1
Hex 0 33 1E 64 0 29 50 9B 64 A
Octal 0 63 36 144 0 51 120 233 144 12
Binary 0 110011 11110 1100100 0 101001 1010000 10011011 1100100 1010

Color Harmonies of #00331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00331E

Black with #00331E

Text Example


Text Example

White with #00331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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