Html Css Color HEX #01331D Dark Green

📋 copy color: '#01331D'

red 1 ◦ green 51 ◦ blue 29

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

Shades of Dark Green #01331D

Tints of Dark Green #01331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 35.8%

R = 1.23%
G = 62.96%
B = 35.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#01331D (or 0x01331D) is known color: Dark Green. HEX triplet: 01, 33 and 1D. RGB value is (1,51,29). Sum of RGB (Red+Green+Blue) = 1+51+29=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #01331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01331D is #FECCE2. Grayscale: #212121. Windows color (decimal): -16698595 or 1913601. OLE color: 1913601.

HSL color Cylindrical-coordinate representation of color #01331D: hue angle of 153.6º 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 #01331D is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 51 29 -
CMYK 0.98 0 0.43 0.8
HSL 153.6º 0.96% 0.1% -
HSV(B) 153.6º 0.98% 0.2% -
XYZ 1.42 2.46 1.56 -
YUV 33.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 1 51 29 0.98 0 0.43 0.8 153.6 0.96 0.1
Hex 1 33 1D 62 0 2B 50 9A 60 A
Octal 1 63 35 142 0 53 120 232 140 12
Binary 1 110011 11101 1100010 0 101011 1010000 10011010 1100000 1010

Color Harmonies of #01331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01331D

Black with #01331D

Text Example


Text Example

White with #01331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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