Html Css Color HEX #012B1A Dark Green

📋 copy color: '#012B1A'

red 1 ◦ green 43 ◦ blue 26

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

Shades of Dark Green #012B1A

Tints of Dark Green #012B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 61.43%

 BLUE value IS 26 (10.55% from 255) = 37.14%

R = 1.43%
G = 61.43%
B = 37.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.83

RGB Variations

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

Color information

#012B1A (or 0x012B1A) is known color: Dark Green. HEX triplet: 01, 2B and 1A. RGB value is (1,43,26). Sum of RGB (Red+Green+Blue) = 1+43+26=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 43 (17.19% from 255 or 61.43% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 43 - color contains mainly: green. Hex color #012B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B1A is #FED4E5. Grayscale: #1C1C1C. Windows color (decimal): -16700646 or 1714945. OLE color: 1714945.

HSL color Cylindrical-coordinate representation of color #012B1A: hue angle of 155.71º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012B1A is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 43 26 -
CMYK 0.98 0 0.40 0.83
HSL 155.71º 0.95% 0.09% -
HSV(B) 155.71º 0.98% 0.17% -
XYZ 1.06 1.81 1.27 -
YUV 28.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 1 43 26 0.98 0 0.40 0.83 155.71 0.95 0.09
Hex 1 2B 1A 62 0 28 53 9C 5F 9
Octal 1 53 32 142 0 50 123 234 137 11
Binary 1 101011 11010 1100010 0 101000 1010011 10011100 1011111 1001

Color Harmonies of #012B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B1A

Black with #012B1A

Text Example


Text Example

White with #012B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012B1A; }

 p { color: rgb(1,43,26); }

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

background-color css

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

 a { background-color: rgb(1,43,26); }

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

border-color css

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

 span { border-color: rgb(1,43,26); }

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