#01630F

Color #01630F Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #01630F

Tints of Green #01630F

Color information

#01630F (or 0x01630F) is unknown color: approx Green. HEX triplet: 01, 63 and 0F. RGB value is (1,99,15). Sum of RGB (Red+Green+Blue) = 1+99+15=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 99 (39.06% from 255 or 86.09% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 99 - color contains mainly: green. Hex color #01630F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01630F is #FE9CF0. Grayscale: #3C3C3C. Windows color (decimal): -16686321 or 1008385. OLE color: 1008385.

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

Color convert

RGB19915-
CMYK0.9900.850.61
HSL128.57º98%19.61%-
HSV(B)128.57º98.99%38.82%-
XYZ4.568.961.94-
YUV60.12102.5385.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 99 (39.06% from 255) = 86.09%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=0.87%
G=86.09%
B=13.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199150.9900.850.61128.579819.61
Hex163F630553D816214
Octal11431714301257520114224
Binary11100011111111000110101010111110110000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01630F;
 }
 .AnyTagClassName
 {
   color: #01630F;
 }
</style>
background-color css

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

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

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

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

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

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