Html Css Color HEX #01362F Dark Green

📋 copy color: '#01362F'

red 1 ◦ green 54 ◦ blue 47

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

Shades of Dark Green #01362F

Tints of Dark Green #01362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 46.08%

R = 0.98%
G = 52.94%
B = 46.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#01362F (or 0x01362F) is known color: Dark Green. HEX triplet: 01, 36 and 2F. RGB value is (1,54,47). Sum of RGB (Red+Green+Blue) = 1+54+47=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #01362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01362F is #FEC9D0. Grayscale: #252525. Windows color (decimal): -16697809 or 3094017. OLE color: 3094017.

HSL color Cylindrical-coordinate representation of color #01362F: hue angle of 172.08º 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 #01362F is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 54 47 -
CMYK 0.98 0 0.13 0.79
HSL 172.08º 0.96% 0.11% -
HSV(B) 172.08º 0.98% 0.21% -
XYZ 1.84 2.85 3.14 -
YUV 37.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 1 54 47 0.98 0 0.13 0.79 172.08 0.96 0.11
Hex 1 36 2F 62 0 D 4F AC 60 B
Octal 1 66 57 142 0 15 117 254 140 13
Binary 1 110110 101111 1100010 0 1101 1001111 10101100 1100000 1011

Color Harmonies of #01362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01362F

Black with #01362F

Text Example


Text Example

White with #01362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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