Html Css Color HEX #01341F Dark Green

📋 copy color: '#01341F'

red 1 ◦ green 52 ◦ blue 31

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

Shades of Dark Green #01341F

Tints of Dark Green #01341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 36.9%

R = 1.19%
G = 61.9%
B = 36.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#01341F (or 0x01341F) is known color: Dark Green. HEX triplet: 01, 34 and 1F. RGB value is (1,52,31). Sum of RGB (Red+Green+Blue) = 1+52+31=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #01341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01341F is #FECBE0. Grayscale: #222222. Windows color (decimal): -16698337 or 2044929. OLE color: 2044929.

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

Color convert

RGB 1 52 31 -
CMYK 0.98 0 0.40 0.80
HSL 155.29º 0.96% 0.1% -
HSV(B) 155.29º 0.98% 0.2% -
XYZ 1.49 2.56 1.71 -
YUV 34.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 1 52 31 0.98 0 0.40 0.80 155.29 0.96 0.1
Hex 1 34 1F 62 0 28 50 9B 60 A
Octal 1 64 37 142 0 50 120 233 140 12
Binary 1 110100 11111 1100010 0 101000 1010000 10011011 1100000 1010

Color Harmonies of #01341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01341F

Black with #01341F

Text Example


Text Example

White with #01341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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