Html Css Color HEX #13C830 Dark Pastel Green

📋 copy color: '#13C830'

red 19 ◦ green 200 ◦ blue 48

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

Shades of Dark Pastel Green #13C830

Tints of Dark Pastel Green #13C830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 74.91%

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

R = 7.12%
G = 74.91%
B = 17.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#13C830 (or 0x13C830) is known color: Dark Pastel Green. HEX triplet: 13, C8 and 30. RGB value is (19,200,48). Sum of RGB (Red+Green+Blue) = 19+200+48=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 200 (78.52% from 255 or 74.91% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 200 - color contains mainly: green. Hex color #13C830 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C830 is #EC37CF. Grayscale: #808080. Windows color (decimal): -15480784 or 3196947. OLE color: 3196947.

HSL color Cylindrical-coordinate representation of color #13C830: hue angle of 129.61º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C830 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 48 -
CMYK 0.90 0 0.76 0.22
HSL 129.61º 0.83% 0.43% -
HSV(B) 129.61º 0.91% 0.78% -
XYZ 21.46 41.66 9.71 -
YUV 128.55 82.53 49.86 -
System Red Green Blue C M Y K H S L
Decimal 19 200 48 0.90 0 0.76 0.22 129.61 0.83 0.43
Hex 13 C8 30 5A 0 4C 16 82 53 2B
Octal 23 310 60 132 0 114 26 202 123 53
Binary 10011 11001000 110000 1011010 0 1001100 10110 10000010 1010011 101011

Color Harmonies of #13C830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C830

Black with #13C830

Text Example


Text Example

White with #13C830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,200,48); }

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

background-color css

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

 a { background-color: rgb(19,200,48); }

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

border-color css

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

 span { border-color: rgb(19,200,48); }

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