Html Css Color HEX #10B742 Dark Pastel Green

📋 copy color: '#10B742'

red 16 ◦ green 183 ◦ blue 66

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

Shades of Dark Pastel Green #10B742

Tints of Dark Pastel Green #10B742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 69.06%

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 6.04%
G = 69.06%
B = 24.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#10B742 (or 0x10B742) is known color: Dark Pastel Green. HEX triplet: 10, B7 and 42. RGB value is (16,183,66). Sum of RGB (Red+Green+Blue) = 16+183+66=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 183 (71.88% from 255 or 69.06% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 183 - color contains mainly: green. Hex color #10B742 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B742 is #EF48BD. Grayscale: #787878. Windows color (decimal): -15681726 or 4372240. OLE color: 4372240.

HSL color Cylindrical-coordinate representation of color #10B742: hue angle of 137.96º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B742 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 183 66 -
CMYK 0.91 0 0.64 0.28
HSL 137.96º 0.84% 0.39% -
HSV(B) 137.96º 0.91% 0.72% -
XYZ 18.13 34.37 10.83 -
YUV 119.73 97.67 54.01 -
System Red Green Blue C M Y K H S L
Decimal 16 183 66 0.91 0 0.64 0.28 137.96 0.84 0.39
Hex 10 B7 42 5B 0 40 1C 8A 54 27
Octal 20 267 102 133 0 100 34 212 124 47
Binary 10000 10110111 1000010 1011011 0 1000000 11100 10001010 1010100 100111

Color Harmonies of #10B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B742

Black with #10B742

Text Example


Text Example

White with #10B742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,183,66); }

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

background-color css

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

 a { background-color: rgb(16,183,66); }

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

border-color css

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

 span { border-color: rgb(16,183,66); }

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