Html Css Color HEX #012610 Dark Green

📋 copy color: '#012610'

red 1 ◦ green 38 ◦ blue 16

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

Shades of Dark Green #012610

Tints of Dark Green #012610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 69.09%

 BLUE value IS 16 (6.64% from 255) = 29.09%

R = 1.82%
G = 69.09%
B = 29.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#012610 (or 0x012610) is known color: Dark Green. HEX triplet: 01, 26 and 10. RGB value is (1,38,16). Sum of RGB (Red+Green+Blue) = 1+38+16=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 38 (15.23% from 255 or 69.09% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 38 - color contains mainly: green. Hex color #012610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012610 is #FED9EF. Grayscale: #181818. Windows color (decimal): -16701936 or 1058305. OLE color: 1058305.

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

Color convert

RGB 1 38 16 -
CMYK 0.97 0 0.58 0.85
HSL 144.32º 0.95% 0.08% -
HSV(B) 144.32º 0.97% 0.15% -
XYZ 0.8 1.43 0.72 -
YUV 24.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 1 38 16 0.97 0 0.58 0.85 144.32 0.95 0.08
Hex 1 26 10 61 0 3A 55 90 5F 8
Octal 1 46 20 141 0 72 125 220 137 10
Binary 1 100110 10000 1100001 0 111010 1010101 10010000 1011111 1000

Color Harmonies of #012610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012610

Black with #012610

Text Example


Text Example

White with #012610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012610; }

 p { color: rgb(1,38,16); }

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

background-color css

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

 a { background-color: rgb(1,38,16); }

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

border-color css

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

 span { border-color: rgb(1,38,16); }

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