Html Css Color HEX #10B326 Dark Pastel Green

📋 copy color: '#10B326'

red 16 ◦ green 179 ◦ blue 38

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

Shades of Dark Pastel Green #10B326

Tints of Dark Pastel Green #10B326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 6.87%
G = 76.82%
B = 16.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#10B326 (or 0x10B326) is known color: Dark Pastel Green. HEX triplet: 10, B3 and 26. RGB value is (16,179,38). Sum of RGB (Red+Green+Blue) = 16+179+38=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 179 (70.31% from 255 or 76.82% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 179 - color contains mainly: green. Hex color #10B326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B326 is #EF4CD9. Grayscale: #727272. Windows color (decimal): -15682778 or 2536208. OLE color: 2536208.

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

Color convert

RGB 16 179 38 -
CMYK 0.91 0 0.79 0.30
HSL 128.1º 0.84% 0.38% -
HSV(B) 128.1º 0.91% 0.7% -
XYZ 16.68 32.49 7.23 -
YUV 114.19 85 57.96 -
System Red Green Blue C M Y K H S L
Decimal 16 179 38 0.91 0 0.79 0.30 128.1 0.84 0.38
Hex 10 B3 26 5B 0 4F 1E 80 54 26
Octal 20 263 46 133 0 117 36 200 124 46
Binary 10000 10110011 100110 1011011 0 1001111 11110 10000000 1010100 100110

Color Harmonies of #10B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B326

Black with #10B326

Text Example


Text Example

White with #10B326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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