#00630B

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

Shades of Green #00630B

Tints of Green #00630B

Color information

#00630B (or 0x00630B) is unknown color: approx Green. HEX triplet: 00, 63 and 0B. RGB value is (0,99,11). Sum of RGB (Red+Green+Blue) = 0+99+11=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 99 (39.06% from 255 or 90% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 99 - color contains mainly: green. Hex color #00630B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00630B is #FF9CF4. Grayscale: #3B3B3B. Windows color (decimal): -16751861 or 746240. OLE color: 746240.

HSL color Cylindrical-coordinate representation of color #00630B: hue angle of 126.67º 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 #00630B is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB09911-
CMYK100.890.61
HSL126.67º100%19.41%-
HSV(B)126.67º100%38.82%-
XYZ4.528.951.81-
YUV59.37100.785.66-

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) = 90%
BLUE value IS 11 (4.69% from 255) = 10%
R=0%
G=90%
B=10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09911100.890.61126.6710019.41
Hex063B640593D7f6413
Octal01431314401317517714423
Binary0110001110111100100010110011111011111111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00630B; }

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

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

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

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

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

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

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

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