Html Css Color HEX #01341C Dark Green

📋 copy color: '#01341C'

red 1 ◦ green 52 ◦ blue 28

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

Shades of Dark Green #01341C

Tints of Dark Green #01341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 64.2%

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

R = 1.23%
G = 64.2%
B = 34.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#01341C (or 0x01341C) is known color: Dark Green. HEX triplet: 01, 34 and 1C. RGB value is (1,52,28). Sum of RGB (Red+Green+Blue) = 1+52+28=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #01341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01341C is #FECBE3. Grayscale: #222222. Windows color (decimal): -16698340 or 1848321. OLE color: 1848321.

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

Color convert

RGB 1 52 28 -
CMYK 0.98 0 0.46 0.80
HSL 151.76º 0.96% 0.1% -
HSV(B) 151.76º 0.98% 0.2% -
XYZ 1.45 2.55 1.51 -
YUV 34.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 1 52 28 0.98 0 0.46 0.80 151.76 0.96 0.1
Hex 1 34 1C 62 0 2E 50 98 60 A
Octal 1 64 34 142 0 56 120 230 140 12
Binary 1 110100 11100 1100010 0 101110 1010000 10011000 1100000 1010

Color Harmonies of #01341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01341C

Black with #01341C

Text Example


Text Example

White with #01341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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