#01630D

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

Shades of Green #01630D

Tints of Green #01630D

Color information

#01630D (or 0x01630D) is unknown color: approx Green. HEX triplet: 01, 63 and 0D. RGB value is (1,99,13). Sum of RGB (Red+Green+Blue) = 1+99+13=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 99 (39.06% from 255 or 87.61% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 99 - color contains mainly: green. Hex color #01630D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01630D is #FE9CF2. Grayscale: #3C3C3C. Windows color (decimal): -16686323 or 877313. OLE color: 877313.

HSL color Cylindrical-coordinate representation of color #01630D: hue angle of 127.35º 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 #01630D is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB19913-
CMYK0.9900.870.61
HSL127.35º98%19.61%-
HSV(B)127.35º98.99%38.82%-
XYZ4.558.961.87-
YUV59.89101.5385.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 99 (39.06% from 255) = 87.61%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=0.88%
G=87.61%
B=11.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199130.9900.870.61127.359819.61
Hex163D630573D7f6214
Octal11431514301277517714224
Binary1110001111011100011010101111111011111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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