Html Css Color HEX #13B83C Dark Pastel Green

📋 copy color: '#13B83C'

red 19 ◦ green 184 ◦ blue 60

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

Shades of Dark Pastel Green #13B83C

Tints of Dark Pastel Green #13B83C

RGB

 RED value IS 19 (7.81% from 255) = 7.22%

 GREEN value IS 184 (72.27% from 255) = 69.96%

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 7.22%
G = 69.96%
B = 22.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#13B83C (or 0x13B83C) is known color: Dark Pastel Green. HEX triplet: 13, B8 and 3C. RGB value is (19,184,60). Sum of RGB (Red+Green+Blue) = 19+184+60=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 184 (72.27% from 255 or 69.96% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 184 - color contains mainly: green. Hex color #13B83C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B83C is #EC47C3. Grayscale: #787878. Windows color (decimal): -15484868 or 3979283. OLE color: 3979283.

HSL color Cylindrical-coordinate representation of color #13B83C: hue angle of 134.91º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B83C is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 184 60 -
CMYK 0.90 0 0.67 0.28
HSL 134.91º 0.81% 0.4% -
HSV(B) 134.91º 0.9% 0.72% -
XYZ 18.22 34.75 10.02 -
YUV 120.53 93.84 55.58 -
System Red Green Blue C M Y K H S L
Decimal 19 184 60 0.90 0 0.67 0.28 134.91 0.81 0.4
Hex 13 B8 3C 5A 0 43 1C 87 51 28
Octal 23 270 74 132 0 103 34 207 121 50
Binary 10011 10111000 111100 1011010 0 1000011 11100 10000111 1010001 101000

Color Harmonies of #13B83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B83C

Black with #13B83C

Text Example


Text Example

White with #13B83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13B83C; }

 p { color: rgb(19,184,60); }

 H1.HeaderClassName
 {
   color: #13B83C;
 }
 .AnyTagClassName
 {
   color: #13B83C;
 }
</style>

background-color css

<style>
 a { background-color: #13B83C; }

 a { background-color: rgb(19,184,60); }

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

border-color css

<style>
 span { border-color: #13B83C; }

 span { border-color: rgb(19,184,60); }

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