Html Css Color HEX #10B03D Dark Pastel Green

📋 copy color: '#10B03D'

red 16 ◦ green 176 ◦ blue 61

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

Shades of Dark Pastel Green #10B03D

Tints of Dark Pastel Green #10B03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 6.32%
G = 69.57%
B = 24.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#10B03D (or 0x10B03D) is known color: Dark Pastel Green. HEX triplet: 10, B0 and 3D. RGB value is (16,176,61). Sum of RGB (Red+Green+Blue) = 16+176+61=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 176 (69.14% from 255 or 69.57% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 176 - color contains mainly: green. Hex color #10B03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B03D is #EF4FC2. Grayscale: #737373. Windows color (decimal): -15683523 or 4042768. OLE color: 4042768.

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

Color convert

RGB 16 176 61 -
CMYK 0.91 0 0.65 0.31
HSL 136.88º 0.83% 0.38% -
HSV(B) 136.88º 0.91% 0.69% -
XYZ 16.58 31.5 9.62 -
YUV 115.05 97.49 57.35 -
System Red Green Blue C M Y K H S L
Decimal 16 176 61 0.91 0 0.65 0.31 136.88 0.83 0.38
Hex 10 B0 3D 5B 0 41 1F 89 53 26
Octal 20 260 75 133 0 101 37 211 123 46
Binary 10000 10110000 111101 1011011 0 1000001 11111 10001001 1010011 100110

Color Harmonies of #10B03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B03D

Black with #10B03D

Text Example


Text Example

White with #10B03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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