Html Css Color HEX #13C02F Dark Pastel Green

📋 copy color: '#13C02F'

red 19 ◦ green 192 ◦ blue 47

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

Shades of Dark Pastel Green #13C02F

Tints of Dark Pastel Green #13C02F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 74.42%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 7.36%
G = 74.42%
B = 18.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#13C02F (or 0x13C02F) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 2F. RGB value is (19,192,47). Sum of RGB (Red+Green+Blue) = 19+192+47=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #13C02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C02F is #EC3FD0. Grayscale: #7C7C7C. Windows color (decimal): -15482833 or 3129363. OLE color: 3129363.

HSL color Cylindrical-coordinate representation of color #13C02F: hue angle of 129.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C02F is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 47 -
CMYK 0.90 0 0.76 0.25
HSL 129.71º 0.82% 0.41% -
HSV(B) 129.71º 0.9% 0.75% -
XYZ 19.63 38.04 9 -
YUV 123.74 84.69 53.29 -
System Red Green Blue C M Y K H S L
Decimal 19 192 47 0.90 0 0.76 0.25 129.71 0.82 0.41
Hex 13 C0 2F 5A 0 4C 19 82 52 29
Octal 23 300 57 132 0 114 31 202 122 51
Binary 10011 11000000 101111 1011010 0 1001100 11001 10000010 1010010 101001

Color Harmonies of #13C02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C02F

Black with #13C02F

Text Example


Text Example

White with #13C02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,47); }

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

background-color css

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

 a { background-color: rgb(19,192,47); }

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

border-color css

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

 span { border-color: rgb(19,192,47); }

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