Html Css Color HEX #01361D Dark Green

📋 copy color: '#01361D'

red 1 ◦ green 54 ◦ blue 29

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

Shades of Dark Green #01361D

Tints of Dark Green #01361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 64.29%

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

R = 1.19%
G = 64.29%
B = 34.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#01361D (or 0x01361D) is known color: Dark Green. HEX triplet: 01, 36 and 1D. RGB value is (1,54,29). Sum of RGB (Red+Green+Blue) = 1+54+29=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #01361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01361D is #FEC9E2. Grayscale: #232323. Windows color (decimal): -16697827 or 1914369. OLE color: 1914369.

HSL color Cylindrical-coordinate representation of color #01361D: hue angle of 151.7º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01361D is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 54 29 -
CMYK 0.98 0 0.46 0.79
HSL 151.7º 0.96% 0.11% -
HSV(B) 151.7º 0.98% 0.21% -
XYZ 1.55 2.73 1.61 -
YUV 35.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 1 54 29 0.98 0 0.46 0.79 151.7 0.96 0.11
Hex 1 36 1D 62 0 2E 4F 98 60 B
Octal 1 66 35 142 0 56 117 230 140 13
Binary 1 110110 11101 1100010 0 101110 1001111 10011000 1100000 1011

Color Harmonies of #01361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01361D

Black with #01361D

Text Example


Text Example

White with #01361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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