Html Css Color HEX #10B449 Dark Pastel Green

📋 copy color: '#10B449'

red 16 ◦ green 180 ◦ blue 73

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

Shades of Dark Pastel Green #10B449

Tints of Dark Pastel Green #10B449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 66.91%

 BLUE value IS 73 (28.91% from 255) = 27.14%

R = 5.95%
G = 66.91%
B = 27.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#10B449 (or 0x10B449) is known color: Dark Pastel Green. HEX triplet: 10, B4 and 49. RGB value is (16,180,73). Sum of RGB (Red+Green+Blue) = 16+180+73=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #10B449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B449 is #EF4BB6. Grayscale: #777777. Windows color (decimal): -15682487 or 4830224. OLE color: 4830224.

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

Color convert

RGB 16 180 73 -
CMYK 0.91 0 0.59 0.29
HSL 140.85º 0.84% 0.38% -
HSV(B) 140.85º 0.91% 0.71% -
XYZ 17.74 33.23 11.78 -
YUV 118.77 102.17 54.7 -
System Red Green Blue C M Y K H S L
Decimal 16 180 73 0.91 0 0.59 0.29 140.85 0.84 0.38
Hex 10 B4 49 5B 0 3B 1D 8D 54 26
Octal 20 264 111 133 0 73 35 215 124 46
Binary 10000 10110100 1001001 1011011 0 111011 11101 10001101 1010100 100110

Color Harmonies of #10B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B449

Black with #10B449

Text Example


Text Example

White with #10B449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,180,73); }

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

background-color css

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

 a { background-color: rgb(16,180,73); }

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

border-color css

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

 span { border-color: rgb(16,180,73); }

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