#006305

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

Shades of Green #006305

Tints of Green #006305

Color information

#006305 (or 0x006305) is unknown color: approx Green. HEX triplet: 00, 63 and 05. RGB value is (0,99,5). Sum of RGB (Red+Green+Blue) = 0+99+5=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 99 (39.06% from 255 or 95.19% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 99 - color contains mainly: green. Hex color #006305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006305 is #FF9CFA. Grayscale: #3A3A3A. Windows color (decimal): -16751867 or 353024. OLE color: 353024.

HSL color Cylindrical-coordinate representation of color #006305: hue angle of 123.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006305 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB0995-
CMYK100.950.61
HSL123.03º100%19.41%-
HSV(B)123.03º100%38.82%-
XYZ4.498.931.63-
YUV58.6897.786.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 95.19%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=0%
G=95.19%
B=4.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0995100.950.61123.0310019.41
Hex06356405F3D7b6413
Octal0143514401377517314423
Binary011000111011100100010111111111011111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006305; }

 p { color: rgb(0,99,5); }

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

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

 a { background-color: rgb(0,99,5); }

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

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

 span { border-color: rgb(0,99,5); }

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