Html Css Color HEX #00332B Dark Green

📋 copy color: '#00332B'

red 0 ◦ green 51 ◦ blue 43

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

Shades of Dark Green #00332B

Tints of Dark Green #00332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 45.74%

R = 0%
G = 54.26%
B = 45.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#00332B (or 0x00332B) is known color: Dark Green. HEX triplet: 00, 33 and 2B. RGB value is (0,51,43). Sum of RGB (Red+Green+Blue) = 0+51+43=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #00332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00332B is #FFCCD4. Grayscale: #222222. Windows color (decimal): -16764117 or 2831104. OLE color: 2831104.

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

Color convert

RGB 0 51 43 -
CMYK 1 0 0.16 0.8
HSL 170.59º 1% 0.1% -
HSV(B) 170.59º 1% 0.2% -
XYZ 1.62 2.54 2.69 -
YUV 34.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 0 51 43 1 0 0.16 0.8 170.59 1 0.1
Hex 0 33 2B 64 0 10 50 AB 64 A
Octal 0 63 53 144 0 20 120 253 144 12
Binary 0 110011 101011 1100100 0 10000 1010000 10101011 1100100 1010

Color Harmonies of #00332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00332B

Black with #00332B

Text Example


Text Example

White with #00332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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