Html Css Color HEX #01351E Dark Green

📋 copy color: '#01351E'

red 1 ◦ green 53 ◦ blue 30

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

Shades of Dark Green #01351E

Tints of Dark Green #01351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 63.1%

 BLUE value IS 30 (12.11% from 255) = 35.71%

R = 1.19%
G = 63.1%
B = 35.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#01351E (or 0x01351E) is known color: Dark Green. HEX triplet: 01, 35 and 1E. RGB value is (1,53,30). Sum of RGB (Red+Green+Blue) = 1+53+30=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #01351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01351E is #FECAE1. Grayscale: #222222. Windows color (decimal): -16698082 or 1979649. OLE color: 1979649.

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

Color convert

RGB 1 53 30 -
CMYK 0.98 0 0.43 0.79
HSL 153.46º 0.96% 0.11% -
HSV(B) 153.46º 0.98% 0.21% -
XYZ 1.52 2.65 1.66 -
YUV 34.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 1 53 30 0.98 0 0.43 0.79 153.46 0.96 0.11
Hex 1 35 1E 62 0 2B 4F 99 60 B
Octal 1 65 36 142 0 53 117 231 140 13
Binary 1 110101 11110 1100010 0 101011 1001111 10011001 1100000 1011

Color Harmonies of #01351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01351E

Black with #01351E

Text Example


Text Example

White with #01351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01351E; }

 p { color: rgb(1,53,30); }

 H1.HeaderClassName
 {
   color: #01351E;
 }
 .AnyTagClassName
 {
   color: #01351E;
 }
</style>

background-color css

<style>
 a { background-color: #01351E; }

 a { background-color: rgb(1,53,30); }

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

border-color css

<style>
 span { border-color: #01351E; }

 span { border-color: rgb(1,53,30); }

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