Html Css Color HEX #01341A Dark Green

📋 copy color: '#01341A'

red 1 ◦ green 52 ◦ blue 26

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

Shades of Dark Green #01341A

Tints of Dark Green #01341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 32.91%

R = 1.27%
G = 65.82%
B = 32.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#01341A (or 0x01341A) is known color: Dark Green. HEX triplet: 01, 34 and 1A. RGB value is (1,52,26). Sum of RGB (Red+Green+Blue) = 1+52+26=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #01341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01341A is #FECBE5. Grayscale: #212121. Windows color (decimal): -16698342 or 1717249. OLE color: 1717249.

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

Color convert

RGB 1 52 26 -
CMYK 0.98 0 0.50 0.80
HSL 149.41º 0.96% 0.1% -
HSV(B) 149.41º 0.98% 0.2% -
XYZ 1.43 2.54 1.39 -
YUV 33.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 1 52 26 0.98 0 0.50 0.80 149.41 0.96 0.1
Hex 1 34 1A 62 0 32 50 95 60 A
Octal 1 64 32 142 0 62 120 225 140 12
Binary 1 110100 11010 1100010 0 110010 1010000 10010101 1100000 1010

Color Harmonies of #01341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01341A

Black with #01341A

Text Example


Text Example

White with #01341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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