Html Css Color HEX #10B030 Dark Pastel Green

📋 copy color: '#10B030'

red 16 ◦ green 176 ◦ blue 48

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

Shades of Dark Pastel Green #10B030

Tints of Dark Pastel Green #10B030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 73.33%

 BLUE value IS 48 (19.14% from 255) = 20%

R = 6.67%
G = 73.33%
B = 20%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#10B030 (or 0x10B030) is known color: Dark Pastel Green. HEX triplet: 10, B0 and 30. RGB value is (16,176,48). Sum of RGB (Red+Green+Blue) = 16+176+48=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 176 (69.14% from 255 or 73.33% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 176 - color contains mainly: green. Hex color #10B030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B030 is #EF4FCF. Grayscale: #717171. Windows color (decimal): -15683536 or 3190800. OLE color: 3190800.

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

Color convert

RGB 16 176 48 -
CMYK 0.91 0 0.73 0.31
HSL 132º 0.83% 0.38% -
HSV(B) 132º 0.91% 0.69% -
XYZ 16.27 31.37 7.99 -
YUV 113.57 90.99 58.41 -
System Red Green Blue C M Y K H S L
Decimal 16 176 48 0.91 0 0.73 0.31 132 0.83 0.38
Hex 10 B0 30 5B 0 49 1F 84 53 26
Octal 20 260 60 133 0 111 37 204 123 46
Binary 10000 10110000 110000 1011011 0 1001001 11111 10000100 1010011 100110

Color Harmonies of #10B030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B030

Black with #10B030

Text Example


Text Example

White with #10B030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,176,48); }

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

background-color css

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

 a { background-color: rgb(16,176,48); }

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

border-color css

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

 span { border-color: rgb(16,176,48); }

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