Html Css Color HEX #00630E Green

📋 copy color: '#00630E'

red 0 ◦ green 99 ◦ blue 14

#00630E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #00630E

Tints of Green #00630E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 99 (39.06% from 255) = 87.61%

 BLUE value IS 14 (5.86% from 255) = 12.39%

R = 0%
G = 87.61%
B = 12.39%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#00630E (or 0x00630E) is known color: Green. HEX triplet: 00, 63 and 0E. RGB value is (0,99,14). Sum of RGB (Red+Green+Blue) = 0+99+14=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 99 (39.06% from 255 or 87.61% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 99 - color contains mainly: green. Hex color #00630E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00630E is #FF9CF1. Grayscale: #3B3B3B. Windows color (decimal): -16751858 or 942848. OLE color: 942848.

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

Color convert

RGB 0 99 14 -
CMYK 1 0 0.86 0.61
HSL 128.48º 1% 0.19% -
HSV(B) 128.48º 1% 0.39% -
XYZ 4.54 8.96 1.9 -
YUV 59.71 102.2 85.41 -
System Red Green Blue C M Y K H S L
Decimal 0 99 14 1 0 0.86 0.61 128.48 1 0.19
Hex 0 63 E 64 0 56 3D 80 64 13
Octal 0 143 16 144 0 126 75 200 144 23
Binary 0 1100011 1110 1100100 0 1010110 111101 10000000 1100100 10011

Color Harmonies of #00630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00630E

Black with #00630E

Text Example


Text Example

White with #00630E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00630E;
 }
 .AnyTagClassName
 {
   color: #00630E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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