Html Css Color HEX #00331F Dark Green

📋 copy color: '#00331F'

red 0 ◦ green 51 ◦ blue 31

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

Shades of Dark Green #00331F

Tints of Dark Green #00331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 37.8%

R = 0%
G = 62.2%
B = 37.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.8

RGB Variations

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

Color information

#00331F (or 0x00331F) is known color: Dark Green. HEX triplet: 00, 33 and 1F. RGB value is (0,51,31). Sum of RGB (Red+Green+Blue) = 0+51+31=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #00331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00331F is #FFCCE0. Grayscale: #212121. Windows color (decimal): -16764129 or 2044672. OLE color: 2044672.

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

Color convert

RGB 0 51 31 -
CMYK 1 0 0.39 0.8
HSL 156.47º 1% 0.1% -
HSV(B) 156.47º 1% 0.2% -
XYZ 1.43 2.47 1.7 -
YUV 33.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 0 51 31 1 0 0.39 0.8 156.47 1 0.1
Hex 0 33 1F 64 0 27 50 9C 64 A
Octal 0 63 37 144 0 47 120 234 144 12
Binary 0 110011 11111 1100100 0 100111 1010000 10011100 1100100 1010

Color Harmonies of #00331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00331F

Black with #00331F

Text Example


Text Example

White with #00331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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