Html Css Color HEX #10B346 Dark Pastel Green

📋 copy color: '#10B346'

red 16 ◦ green 179 ◦ blue 70

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

Shades of Dark Pastel Green #10B346

Tints of Dark Pastel Green #10B346

RGB

 RED value IS 16 (6.64% from 255) = 6.04%

 GREEN value IS 179 (70.31% from 255) = 67.55%

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 6.04%
G = 67.55%
B = 26.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#10B346 (or 0x10B346) is known color: Dark Pastel Green. HEX triplet: 10, B3 and 46. RGB value is (16,179,70). Sum of RGB (Red+Green+Blue) = 16+179+70=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #10B346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B346 is #EF4CB9. Grayscale: #767676. Windows color (decimal): -15682746 or 4633360. OLE color: 4633360.

HSL color Cylindrical-coordinate representation of color #10B346: hue angle of 139.88º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B346 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 179 70 -
CMYK 0.91 0 0.61 0.30
HSL 139.88º 0.84% 0.38% -
HSV(B) 139.88º 0.91% 0.7% -
XYZ 17.44 32.79 11.2 -
YUV 117.84 101 55.36 -
System Red Green Blue C M Y K H S L
Decimal 16 179 70 0.91 0 0.61 0.30 139.88 0.84 0.38
Hex 10 B3 46 5B 0 3D 1E 8C 54 26
Octal 20 263 106 133 0 75 36 214 124 46
Binary 10000 10110011 1000110 1011011 0 111101 11110 10001100 1010100 100110

Color Harmonies of #10B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B346

Black with #10B346

Text Example


Text Example

White with #10B346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B346; }

 p { color: rgb(16,179,70); }

 H1.HeaderClassName
 {
   color: #10B346;
 }
 .AnyTagClassName
 {
   color: #10B346;
 }
</style>

background-color css

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

 a { background-color: rgb(16,179,70); }

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

border-color css

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

 span { border-color: rgb(16,179,70); }

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