#10B340

Color #10B340 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #10B340

Tints of Dark Pastel Green #10B340

Color information

#10B340 (or 0x10B340) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B3 and 40. RGB value is (16,179,64). Sum of RGB (Red+Green+Blue) = 16+179+64=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 179 (70.31% from 255 or 69.11% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 179 - color contains mainly: green. Hex color #10B340 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B340 is #EF4CBF. Grayscale: #757575. Windows color (decimal): -15682752 or 4240144. OLE color: 4240144.

HSL color Cylindrical-coordinate representation of color #10B340: hue angle of 137.67º 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 #10B340 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1617964-
CMYK0.9100.640.30
HSL137.67º83.59%38.24%-
HSV(B)137.67º91.06%70.2%-
XYZ17.2632.7210.26-
YUV117.159855.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 179 (70.31% from 255) = 69.11%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=6.18%
G=69.11%
B=24.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16179640.9100.640.30137.6783.5938.24
Hex10B3405B0401E8a5426
Octal2026310013301003621212446
Binary1000010110011100000010110110100000011110100010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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