#02630D

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

Shades of Green #02630D

Tints of Green #02630D

Color information

#02630D (or 0x02630D) is unknown color: approx Green. HEX triplet: 02, 63 and 0D. RGB value is (2,99,13). Sum of RGB (Red+Green+Blue) = 2+99+13=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 99 (39.06% from 255 or 86.84% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 99 - color contains mainly: green. Hex color #02630D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02630D is #FD9CF2. Grayscale: #3C3C3C. Windows color (decimal): -16620787 or 877314. OLE color: 877314.

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

Color convert

RGB29913-
CMYK0.9800.870.61
HSL126.8º96.04%19.8%-
HSV(B)126.8º97.98%38.82%-
XYZ4.568.971.87-
YUV60.19101.3686.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 99 (39.06% from 255) = 86.84%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=1.75%
G=86.84%
B=11.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299130.9800.870.61126.896.0419.8
Hex263D620573D7f6014
Octal21431514201277517714024
Binary10110001111011100010010101111111011111111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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