Html Css Color HEX #01260F Dark Green

📋 copy color: '#01260F'

red 1 ◦ green 38 ◦ blue 15

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

Shades of Dark Green #01260F

Tints of Dark Green #01260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 27.78%

R = 1.85%
G = 70.37%
B = 27.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#01260F (or 0x01260F) is known color: Dark Green. HEX triplet: 01, 26 and 0F. RGB value is (1,38,15). Sum of RGB (Red+Green+Blue) = 1+38+15=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 38 (15.23% from 255 or 70.37% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 38 - color contains mainly: green. Hex color #01260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01260F is #FED9F0. Grayscale: #181818. Windows color (decimal): -16701937 or 992769. OLE color: 992769.

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

Color convert

RGB 1 38 15 -
CMYK 0.97 0 0.61 0.85
HSL 142.7º 0.95% 0.08% -
HSV(B) 142.7º 0.97% 0.15% -
XYZ 0.79 1.43 0.69 -
YUV 24.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 1 38 15 0.97 0 0.61 0.85 142.7 0.95 0.08
Hex 1 26 F 61 0 3D 55 8F 5F 8
Octal 1 46 17 141 0 75 125 217 137 10
Binary 1 100110 1111 1100001 0 111101 1010101 10001111 1011111 1000

Color Harmonies of #01260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01260F

Black with #01260F

Text Example


Text Example

White with #01260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01260F; }

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

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

background-color css

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

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

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

border-color css

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

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

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