Html Css Color HEX #01271D Dark Green

📋 copy color: '#01271D'

red 1 ◦ green 39 ◦ blue 29

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

Shades of Dark Green #01271D

Tints of Dark Green #01271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 56.52%

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

R = 1.45%
G = 56.52%
B = 42.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#01271D (or 0x01271D) is known color: Dark Green. HEX triplet: 01, 27 and 1D. RGB value is (1,39,29). Sum of RGB (Red+Green+Blue) = 1+39+29=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #01271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01271D is #FED8E2. Grayscale: #1A1A1A. Windows color (decimal): -16701667 or 1910529. OLE color: 1910529.

HSL color Cylindrical-coordinate representation of color #01271D: hue angle of 164.21º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01271D is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 39 29 -
CMYK 0.97 0 0.26 0.85
HSL 164.21º 0.95% 0.08% -
HSV(B) 164.21º 0.97% 0.15% -
XYZ 0.96 1.55 1.41 -
YUV 26.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 1 39 29 0.97 0 0.26 0.85 164.21 0.95 0.08
Hex 1 27 1D 61 0 1A 55 A4 5F 8
Octal 1 47 35 141 0 32 125 244 137 10
Binary 1 100111 11101 1100001 0 11010 1010101 10100100 1011111 1000

Color Harmonies of #01271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01271D

Black with #01271D

Text Example


Text Example

White with #01271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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