Html Css Color HEX #10B732 Dark Pastel Green

📋 copy color: '#10B732'

red 16 ◦ green 183 ◦ blue 50

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

Shades of Dark Pastel Green #10B732

Tints of Dark Pastel Green #10B732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 6.43%
G = 73.49%
B = 20.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#10B732 (or 0x10B732) is known color: Dark Pastel Green. HEX triplet: 10, B7 and 32. RGB value is (16,183,50). Sum of RGB (Red+Green+Blue) = 16+183+50=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 183 (71.88% from 255 or 73.49% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 183 - color contains mainly: green. Hex color #10B732 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B732 is #EF48CD. Grayscale: #767676. Windows color (decimal): -15681742 or 3323664. OLE color: 3323664.

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

Color convert

RGB 16 183 50 -
CMYK 0.91 0 0.73 0.28
HSL 132.22º 0.84% 0.39% -
HSV(B) 132.22º 0.91% 0.72% -
XYZ 17.72 34.21 8.69 -
YUV 117.91 89.67 55.31 -
System Red Green Blue C M Y K H S L
Decimal 16 183 50 0.91 0 0.73 0.28 132.22 0.84 0.39
Hex 10 B7 32 5B 0 49 1C 84 54 27
Octal 20 267 62 133 0 111 34 204 124 47
Binary 10000 10110111 110010 1011011 0 1001001 11100 10000100 1010100 100111

Color Harmonies of #10B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B732

Black with #10B732

Text Example


Text Example

White with #10B732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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