Html Css Color HEX #10B132 Dark Pastel Green

📋 copy color: '#10B132'

red 16 ◦ green 177 ◦ blue 50

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

Shades of Dark Pastel Green #10B132

Tints of Dark Pastel Green #10B132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 72.84%

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

R = 6.58%
G = 72.84%
B = 20.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#10B132 (or 0x10B132) is known color: Dark Pastel Green. HEX triplet: 10, B1 and 32. RGB value is (16,177,50). Sum of RGB (Red+Green+Blue) = 16+177+50=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 177 (69.53% from 255 or 72.84% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 177 - color contains mainly: green. Hex color #10B132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B132 is #EF4ECD. Grayscale: #727272. Windows color (decimal): -15683278 or 3322128. OLE color: 3322128.

HSL color Cylindrical-coordinate representation of color #10B132: hue angle of 132.67º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B132 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 177 50 -
CMYK 0.91 0 0.72 0.31
HSL 132.67º 0.83% 0.38% -
HSV(B) 132.67º 0.91% 0.69% -
XYZ 16.51 31.78 8.28 -
YUV 114.38 91.66 57.83 -
System Red Green Blue C M Y K H S L
Decimal 16 177 50 0.91 0 0.72 0.31 132.67 0.83 0.38
Hex 10 B1 32 5B 0 48 1F 85 53 26
Octal 20 261 62 133 0 110 37 205 123 46
Binary 10000 10110001 110010 1011011 0 1001000 11111 10000101 1010011 100110

Color Harmonies of #10B132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B132

Black with #10B132

Text Example


Text Example

White with #10B132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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