Html Css Color HEX #00332E Dark Green

📋 copy color: '#00332E'

red 0 ◦ green 51 ◦ blue 46

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

Shades of Dark Green #00332E

Tints of Dark Green #00332E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 47.42%

R = 0%
G = 52.58%
B = 47.42%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#00332E (or 0x00332E) is known color: Dark Green. HEX triplet: 00, 33 and 2E. RGB value is (0,51,46). Sum of RGB (Red+Green+Blue) = 0+51+46=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #00332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00332E is #FFCCD1. Grayscale: #232323. Windows color (decimal): -16764114 or 3027712. OLE color: 3027712.

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

Color convert

RGB 0 51 46 -
CMYK 1 0 0.10 0.8
HSL 174.12º 1% 0.1% -
HSV(B) 174.12º 1% 0.2% -
XYZ 1.68 2.56 2.99 -
YUV 35.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 0 51 46 1 0 0.10 0.8 174.12 1 0.1
Hex 0 33 2E 64 0 A 50 AE 64 A
Octal 0 63 56 144 0 12 120 256 144 12
Binary 0 110011 101110 1100100 0 1010 1010000 10101110 1100100 1010

Color Harmonies of #00332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00332E

Black with #00332E

Text Example


Text Example

White with #00332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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