Html Css Color HEX #00331C Dark Green

📋 copy color: '#00331C'

red 0 ◦ green 51 ◦ blue 28

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

Shades of Dark Green #00331C

Tints of Dark Green #00331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 35.44%

R = 0%
G = 64.56%
B = 35.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#00331C (or 0x00331C) is known color: Dark Green. HEX triplet: 00, 33 and 1C. RGB value is (0,51,28). Sum of RGB (Red+Green+Blue) = 0+51+28=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #00331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00331C is #FFCCE3. Grayscale: #212121. Windows color (decimal): -16764132 or 1848064. OLE color: 1848064.

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

Color convert

RGB 0 51 28 -
CMYK 1 0 0.45 0.8
HSL 152.94º 1% 0.1% -
HSV(B) 152.94º 1% 0.2% -
XYZ 1.39 2.45 1.5 -
YUV 33.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 0 51 28 1 0 0.45 0.8 152.94 1 0.1
Hex 0 33 1C 64 0 2D 50 99 64 A
Octal 0 63 34 144 0 55 120 231 144 12
Binary 0 110011 11100 1100100 0 101101 1010000 10011001 1100100 1010

Color Harmonies of #00331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00331C

Black with #00331C

Text Example


Text Example

White with #00331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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