Html Css Color HEX #01270A Dark Green

📋 copy color: '#01270A'

red 1 ◦ green 39 ◦ blue 10

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

Shades of Dark Green #01270A

Tints of Dark Green #01270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 20%

R = 2%
G = 78%
B = 20%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#01270A (or 0x01270A) is known color: Dark Green. HEX triplet: 01, 27 and 0A. RGB value is (1,39,10). Sum of RGB (Red+Green+Blue) = 1+39+10=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 39 (15.62% from 255 or 78% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 39 - color contains mainly: green. Hex color #01270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01270A is #FED8F5. Grayscale: #181818. Windows color (decimal): -16701686 or 665345. OLE color: 665345.

HSL color Cylindrical-coordinate representation of color #01270A: hue angle of 134.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 #01270A is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 39 10 -
CMYK 0.97 0 0.74 0.85
HSL 134.21º 0.95% 0.08% -
HSV(B) 134.21º 0.97% 0.15% -
XYZ 0.79 1.48 0.53 -
YUV 24.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 1 39 10 0.97 0 0.74 0.85 134.21 0.95 0.08
Hex 1 27 A 61 0 4A 55 86 5F 8
Octal 1 47 12 141 0 112 125 206 137 10
Binary 1 100111 1010 1100001 0 1001010 1010101 10000110 1011111 1000

Color Harmonies of #01270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01270A

Black with #01270A

Text Example


Text Example

White with #01270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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