Html Css Color HEX #013324 Dark Green

📋 copy color: '#013324'

red 1 ◦ green 51 ◦ blue 36

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

Shades of Dark Green #013324

Tints of Dark Green #013324

RGB

 RED value IS 1 (0.78% from 255) = 1.14%

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

 BLUE value IS 36 (14.45% from 255) = 40.91%

R = 1.14%
G = 57.95%
B = 40.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#013324 (or 0x013324) is known color: Dark Green. HEX triplet: 01, 33 and 24. RGB value is (1,51,36). Sum of RGB (Red+Green+Blue) = 1+51+36=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #013324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013324 is #FECCDB. Grayscale: #222222. Windows color (decimal): -16698588 or 2372353. OLE color: 2372353.

HSL color Cylindrical-coordinate representation of color #013324: hue angle of 162º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013324 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 51 36 -
CMYK 0.98 0 0.29 0.8
HSL 162º 0.96% 0.1% -
HSV(B) 162º 0.98% 0.2% -
XYZ 1.51 2.5 2.07 -
YUV 34.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 1 51 36 0.98 0 0.29 0.8 162 0.96 0.1
Hex 1 33 24 62 0 1D 50 A2 60 A
Octal 1 63 44 142 0 35 120 242 140 12
Binary 1 110011 100100 1100010 0 11101 1010000 10100010 1100000 1010

Color Harmonies of #013324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013324

Black with #013324

Text Example


Text Example

White with #013324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013324; }

 p { color: rgb(1,51,36); }

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

background-color css

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

 a { background-color: rgb(1,51,36); }

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

border-color css

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

 span { border-color: rgb(1,51,36); }

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