Html Css Color HEX #01261D Dark Green

📋 copy color: '#01261D'

red 1 ◦ green 38 ◦ blue 29

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

Shades of Dark Green #01261D

Tints of Dark Green #01261D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 42.65%

R = 1.47%
G = 55.88%
B = 42.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#01261D (or 0x01261D) is known color: Dark Green. HEX triplet: 01, 26 and 1D. RGB value is (1,38,29). Sum of RGB (Red+Green+Blue) = 1+38+29=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #01261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01261D is #FED9E2. Grayscale: #191919. Windows color (decimal): -16701923 or 1910273. OLE color: 1910273.

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

Color convert

RGB 1 38 29 -
CMYK 0.97 0 0.24 0.85
HSL 165.41º 0.95% 0.08% -
HSV(B) 165.41º 0.97% 0.15% -
XYZ 0.93 1.48 1.4 -
YUV 25.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 1 38 29 0.97 0 0.24 0.85 165.41 0.95 0.08
Hex 1 26 1D 61 0 18 55 A5 5F 8
Octal 1 46 35 141 0 30 125 245 137 10
Binary 1 100110 11101 1100001 0 11000 1010101 10100101 1011111 1000

Color Harmonies of #01261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01261D

Black with #01261D

Text Example


Text Example

White with #01261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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