Html Css Color HEX #00332C Dark Green

📋 copy color: '#00332C'

red 0 ◦ green 51 ◦ blue 44

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

Shades of Dark Green #00332C

Tints of Dark Green #00332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 46.32%

R = 0%
G = 53.68%
B = 46.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.8

RGB Variations

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

Color information

#00332C (or 0x00332C) is known color: Dark Green. HEX triplet: 00, 33 and 2C. RGB value is (0,51,44). Sum of RGB (Red+Green+Blue) = 0+51+44=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #00332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00332C is #FFCCD3. Grayscale: #222222. Windows color (decimal): -16764116 or 2896640. OLE color: 2896640.

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

Color convert

RGB 0 51 44 -
CMYK 1 0 0.14 0.8
HSL 171.76º 1% 0.1% -
HSV(B) 171.76º 1% 0.2% -
XYZ 1.64 2.55 2.79 -
YUV 34.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 0 51 44 1 0 0.14 0.8 171.76 1 0.1
Hex 0 33 2C 64 0 E 50 AC 64 A
Octal 0 63 54 144 0 16 120 254 144 12
Binary 0 110011 101100 1100100 0 1110 1010000 10101100 1100100 1010

Color Harmonies of #00332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00332C

Black with #00332C

Text Example


Text Example

White with #00332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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