Html Css Color HEX #10B444 Dark Pastel Green

📋 copy color: '#10B444'

red 16 ◦ green 180 ◦ blue 68

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

Shades of Dark Pastel Green #10B444

Tints of Dark Pastel Green #10B444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.76%

R = 6.06%
G = 68.18%
B = 25.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#10B444 (or 0x10B444) is known color: Dark Pastel Green. HEX triplet: 10, B4 and 44. RGB value is (16,180,68). Sum of RGB (Red+Green+Blue) = 16+180+68=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 180 (70.70% from 255 or 68.18% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 180 - color contains mainly: green. Hex color #10B444 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B444 is #EF4BBB. Grayscale: #767676. Windows color (decimal): -15682492 or 4502544. OLE color: 4502544.

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

Color convert

RGB 16 180 68 -
CMYK 0.91 0 0.62 0.29
HSL 139.02º 0.84% 0.38% -
HSV(B) 139.02º 0.91% 0.71% -
XYZ 17.58 33.17 10.94 -
YUV 118.2 99.67 55.11 -
System Red Green Blue C M Y K H S L
Decimal 16 180 68 0.91 0 0.62 0.29 139.02 0.84 0.38
Hex 10 B4 44 5B 0 3E 1D 8B 54 26
Octal 20 264 104 133 0 76 35 213 124 46
Binary 10000 10110100 1000100 1011011 0 111110 11101 10001011 1010100 100110

Color Harmonies of #10B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B444

Black with #10B444

Text Example


Text Example

White with #10B444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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