Html Css Color HEX #012715 Dark Green

📋 copy color: '#012715'

red 1 ◦ green 39 ◦ blue 21

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

Shades of Dark Green #012715

Tints of Dark Green #012715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 34.43%

R = 1.64%
G = 63.93%
B = 34.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#012715 (or 0x012715) is known color: Dark Green. HEX triplet: 01, 27 and 15. RGB value is (1,39,21). Sum of RGB (Red+Green+Blue) = 1+39+21=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #012715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012715 is #FED8EA. Grayscale: #191919. Windows color (decimal): -16701675 or 1386241. OLE color: 1386241.

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

Color convert

RGB 1 39 21 -
CMYK 0.97 0 0.46 0.85
HSL 151.58º 0.95% 0.08% -
HSV(B) 151.58º 0.97% 0.15% -
XYZ 0.87 1.51 0.96 -
YUV 25.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 1 39 21 0.97 0 0.46 0.85 151.58 0.95 0.08
Hex 1 27 15 61 0 2E 55 98 5F 8
Octal 1 47 25 141 0 56 125 230 137 10
Binary 1 100111 10101 1100001 0 101110 1010101 10011000 1011111 1000

Color Harmonies of #012715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012715

Black with #012715

Text Example


Text Example

White with #012715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012715; }

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

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

background-color css

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

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

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

border-color css

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

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

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