Html Css Color HEX #01271C Dark Green

📋 copy color: '#01271C'

red 1 ◦ green 39 ◦ blue 28

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

Shades of Dark Green #01271C

Tints of Dark Green #01271C

RGB

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

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

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

R = 1.47%
G = 57.35%
B = 41.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.85

RGB Variations

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

Color information

#01271C (or 0x01271C) is known color: Dark Green. HEX triplet: 01, 27 and 1C. RGB value is (1,39,28). Sum of RGB (Red+Green+Blue) = 1+39+28=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #01271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01271C is #FED8E3. Grayscale: #1A1A1A. Windows color (decimal): -16701668 or 1844993. OLE color: 1844993.

HSL color Cylindrical-coordinate representation of color #01271C: hue angle of 162.63º 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 #01271C is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 39 28 -
CMYK 0.97 0 0.28 0.85
HSL 162.63º 0.95% 0.08% -
HSV(B) 162.63º 0.97% 0.15% -
XYZ 0.95 1.54 1.35 -
YUV 26.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 1 39 28 0.97 0 0.28 0.85 162.63 0.95 0.08
Hex 1 27 1C 61 0 1C 55 A3 5F 8
Octal 1 47 34 141 0 34 125 243 137 10
Binary 1 100111 11100 1100001 0 11100 1010101 10100011 1011111 1000

Color Harmonies of #01271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01271C

Black with #01271C

Text Example


Text Example

White with #01271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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