Html Css Color HEX #01331C Dark Green

📋 copy color: '#01331C'

red 1 ◦ green 51 ◦ blue 28

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

Shades of Dark Green #01331C

Tints of Dark Green #01331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 35%

R = 1.25%
G = 63.75%
B = 35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#01331C (or 0x01331C) is known color: Dark Green. HEX triplet: 01, 33 and 1C. RGB value is (1,51,28). Sum of RGB (Red+Green+Blue) = 1+51+28=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #01331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01331C is #FECCE3. Grayscale: #212121. Windows color (decimal): -16698596 or 1848065. OLE color: 1848065.

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

Color convert

RGB 1 51 28 -
CMYK 0.98 0 0.45 0.8
HSL 152.4º 0.96% 0.1% -
HSV(B) 152.4º 0.98% 0.2% -
XYZ 1.41 2.46 1.5 -
YUV 33.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 1 51 28 0.98 0 0.45 0.8 152.4 0.96 0.1
Hex 1 33 1C 62 0 2D 50 98 60 A
Octal 1 63 34 142 0 55 120 230 140 12
Binary 1 110011 11100 1100010 0 101101 1010000 10011000 1100000 1010

Color Harmonies of #01331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01331C

Black with #01331C

Text Example


Text Example

White with #01331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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