Html Css Color HEX #01280B Dark Green

📋 copy color: '#01280B'

red 1 ◦ green 40 ◦ blue 11

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

Shades of Dark Green #01280B

Tints of Dark Green #01280B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 21.15%

R = 1.92%
G = 76.92%
B = 21.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.84

RGB Variations

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

Color information

#01280B (or 0x01280B) is known color: Dark Green. HEX triplet: 01, 28 and 0B. RGB value is (1,40,11). Sum of RGB (Red+Green+Blue) = 1+40+11=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 40 (16.02% from 255 or 76.92% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 40 - color contains mainly: green. Hex color #01280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01280B is #FED7F4. Grayscale: #191919. Windows color (decimal): -16701429 or 731137. OLE color: 731137.

HSL color Cylindrical-coordinate representation of color #01280B: hue angle of 135.38º 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 #01280B is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 40 11 -
CMYK 0.98 0 0.72 0.84
HSL 135.38º 0.95% 0.08% -
HSV(B) 135.38º 0.98% 0.16% -
XYZ 0.83 1.55 0.57 -
YUV 25.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 1 40 11 0.98 0 0.72 0.84 135.38 0.95 0.08
Hex 1 28 B 62 0 48 54 87 5F 8
Octal 1 50 13 142 0 110 124 207 137 10
Binary 1 101000 1011 1100010 0 1001000 1010100 10000111 1011111 1000

Color Harmonies of #01280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01280B

Black with #01280B

Text Example


Text Example

White with #01280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01280B; }

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

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

background-color css

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

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

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

border-color css

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

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

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