Html Css Color HEX #0D630B Green

📋 copy color: '#0D630B'

red 13 ◦ green 99 ◦ blue 11

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

Shades of Green #0D630B

Tints of Green #0D630B

RGB

 RED value IS 13 (5.47% from 255) = 10.57%

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

 BLUE value IS 11 (4.69% from 255) = 8.94%

R = 10.57%
G = 80.49%
B = 8.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#0D630B (or 0x0D630B) is known color: Green. HEX triplet: 0D, 63 and 0B. RGB value is (13,99,11). Sum of RGB (Red+Green+Blue) = 13+99+11=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 99 (39.06% from 255 or 80.49% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 99 - color contains mainly: green. Hex color #0D630B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D630B is #F29CF4. Grayscale: #3F3F3F. Windows color (decimal): -15899893 or 746253. OLE color: 746253.

HSL color Cylindrical-coordinate representation of color #0D630B: hue angle of 118.64º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D630B is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 13 99 11 -
CMYK 0.87 0 0.89 0.61
HSL 118.64º 0.8% 0.22% -
HSV(B) 118.64º 0.89% 0.39% -
XYZ 4.69 9.03 1.81 -
YUV 63.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 13 99 11 0.87 0 0.89 0.61 118.64 0.8 0.22
Hex D 63 B 57 0 59 3D 77 50 16
Octal 15 143 13 127 0 131 75 167 120 26
Binary 1101 1100011 1011 1010111 0 1011001 111101 1110111 1010000 10110

Color Harmonies of #0D630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D630B

Black with #0D630B

Text Example


Text Example

White with #0D630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D630B; }

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

 H1.HeaderClassName
 {
   color: #0D630B;
 }
 .AnyTagClassName
 {
   color: #0D630B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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