Html Css Color HEX #003325 Dark Green

📋 copy color: '#003325'

red 0 ◦ green 51 ◦ blue 37

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

Shades of Dark Green #003325

Tints of Dark Green #003325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 42.05%

R = 0%
G = 57.95%
B = 42.05%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#003325 (or 0x003325) is known color: Dark Green. HEX triplet: 00, 33 and 25. RGB value is (0,51,37). Sum of RGB (Red+Green+Blue) = 0+51+37=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #003325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003325 is #FFCCDA. Grayscale: #222222. Windows color (decimal): -16764123 or 2437888. OLE color: 2437888.

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

Color convert

RGB 0 51 37 -
CMYK 1 0 0.27 0.8
HSL 163.53º 1% 0.1% -
HSV(B) 163.53º 1% 0.2% -
XYZ 1.52 2.5 2.15 -
YUV 34.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 0 51 37 1 0 0.27 0.8 163.53 1 0.1
Hex 0 33 25 64 0 1B 50 A4 64 A
Octal 0 63 45 144 0 33 120 244 144 12
Binary 0 110011 100101 1100100 0 11011 1010000 10100100 1100100 1010

Color Harmonies of #003325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003325

Black with #003325

Text Example


Text Example

White with #003325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003325; }

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

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

background-color css

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

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

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

border-color css

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

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

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