Html Css Color HEX #01620F Green

📋 copy color: '#01620F'

red 1 ◦ green 98 ◦ blue 15

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

Shades of Green #01620F

Tints of Green #01620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 85.96%

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

R = 0.88%
G = 85.96%
B = 13.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#01620F (or 0x01620F) is known color: Green. HEX triplet: 01, 62 and 0F. RGB value is (1,98,15). Sum of RGB (Red+Green+Blue) = 1+98+15=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 98 (38.67% from 255 or 85.96% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 98 - color contains mainly: green. Hex color #01620F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01620F is #FE9DF0. Grayscale: #3B3B3B. Windows color (decimal): -16686577 or 1008129. OLE color: 1008129.

HSL color Cylindrical-coordinate representation of color #01620F: hue angle of 128.66º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01620F is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 15 -
CMYK 0.99 0 0.85 0.62
HSL 128.66º 0.98% 0.19% -
HSV(B) 128.66º 0.99% 0.38% -
XYZ 4.47 8.78 1.91 -
YUV 59.54 102.86 86.25 -
System Red Green Blue C M Y K H S L
Decimal 1 98 15 0.99 0 0.85 0.62 128.66 0.98 0.19
Hex 1 62 F 63 0 55 3E 81 62 13
Octal 1 142 17 143 0 125 76 201 142 23
Binary 1 1100010 1111 1100011 0 1010101 111110 10000001 1100010 10011

Color Harmonies of #01620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01620F

Black with #01620F

Text Example


Text Example

White with #01620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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