Html Css Color HEX #01281A Dark Green

📋 copy color: '#01281A'

red 1 ◦ green 40 ◦ blue 26

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

Shades of Dark Green #01281A

Tints of Dark Green #01281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 59.7%

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

R = 1.49%
G = 59.7%
B = 38.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.84

RGB Variations

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

Color information

#01281A (or 0x01281A) is known color: Dark Green. HEX triplet: 01, 28 and 1A. RGB value is (1,40,26). Sum of RGB (Red+Green+Blue) = 1+40+26=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #01281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01281A is #FED7E5. Grayscale: #1A1A1A. Windows color (decimal): -16701414 or 1714177. OLE color: 1714177.

HSL color Cylindrical-coordinate representation of color #01281A: hue angle of 158.46º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01281A is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 40 26 -
CMYK 0.98 0 0.35 0.84
HSL 158.46º 0.95% 0.08% -
HSV(B) 158.46º 0.98% 0.16% -
XYZ 0.96 1.6 1.24 -
YUV 26.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 1 40 26 0.98 0 0.35 0.84 158.46 0.95 0.08
Hex 1 28 1A 62 0 23 54 9E 5F 8
Octal 1 50 32 142 0 43 124 236 137 10
Binary 1 101000 11010 1100010 0 100011 1010100 10011110 1011111 1000

Color Harmonies of #01281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01281A

Black with #01281A

Text Example


Text Example

White with #01281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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