#00331B

Color #00331B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00331B

Tints of Dark Green #00331B

Color information

#00331B (or 0x00331B) is unknown color: approx Dark Green. HEX triplet: 00, 33 and 1B. RGB value is (0,51,27). Sum of RGB (Red+Green+Blue) = 0+51+27=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #00331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00331B is #FFCCE4. Grayscale: #212121. Windows color (decimal): -16764133 or 1782528. OLE color: 1782528.

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

Color convert

RGB05127-
CMYK100.470.8
HSL151.76º100%10%-
HSV(B)151.76º100%20%-
XYZ1.382.451.44-
YUV33.02124.6104.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 65.38%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=0%
G=65.38%
B=34.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05127100.470.8151.7610010
Hex0331B6402F509864a
Octal0633314405712023014412
Binary0110011110111100100010111110100001001100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00331B;
 }
 .AnyTagClassName
 {
   color: #00331B;
 }
</style>
background-color css

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

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

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

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

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

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