Html Css Color HEX #10B324 Dark Pastel Green

📋 copy color: '#10B324'

red 16 ◦ green 179 ◦ blue 36

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

Shades of Dark Pastel Green #10B324

Tints of Dark Pastel Green #10B324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 77.49%

 BLUE value IS 36 (14.45% from 255) = 15.58%

R = 6.93%
G = 77.49%
B = 15.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#10B324 (or 0x10B324) is known color: Dark Pastel Green. HEX triplet: 10, B3 and 24. RGB value is (16,179,36). Sum of RGB (Red+Green+Blue) = 16+179+36=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 179 (70.31% from 255 or 77.49% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 179 - color contains mainly: green. Hex color #10B324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B324 is #EF4CDB. Grayscale: #727272. Windows color (decimal): -15682780 or 2405136. OLE color: 2405136.

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

Color convert

RGB 16 179 36 -
CMYK 0.91 0 0.80 0.30
HSL 127.36º 0.84% 0.38% -
HSV(B) 127.36º 0.91% 0.7% -
XYZ 16.65 32.48 7.06 -
YUV 113.96 84 58.13 -
System Red Green Blue C M Y K H S L
Decimal 16 179 36 0.91 0 0.80 0.30 127.36 0.84 0.38
Hex 10 B3 24 5B 0 50 1E 7F 54 26
Octal 20 263 44 133 0 120 36 177 124 46
Binary 10000 10110011 100100 1011011 0 1010000 11110 1111111 1010100 100110

Color Harmonies of #10B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B324

Black with #10B324

Text Example


Text Example

White with #10B324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,179,36); }

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

background-color css

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

 a { background-color: rgb(16,179,36); }

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

border-color css

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

 span { border-color: rgb(16,179,36); }

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