Html Css Color HEX #13C92F Dark Pastel Green

📋 copy color: '#13C92F'

red 19 ◦ green 201 ◦ blue 47

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

Shades of Dark Pastel Green #13C92F

Tints of Dark Pastel Green #13C92F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 75.28%

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

R = 7.12%
G = 75.28%
B = 17.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#13C92F (or 0x13C92F) is known color: Dark Pastel Green. HEX triplet: 13, C9 and 2F. RGB value is (19,201,47). Sum of RGB (Red+Green+Blue) = 19+201+47=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 201 (78.91% from 255 or 75.28% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 201 - color contains mainly: green. Hex color #13C92F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C92F is #EC36D0. Grayscale: #818181. Windows color (decimal): -15480529 or 3131667. OLE color: 3131667.

HSL color Cylindrical-coordinate representation of color #13C92F: hue angle of 129.23º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C92F is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 201 47 -
CMYK 0.91 0 0.77 0.21
HSL 129.23º 0.83% 0.43% -
HSV(B) 129.23º 0.91% 0.79% -
XYZ 21.67 42.12 9.68 -
YUV 129.03 81.7 49.52 -
System Red Green Blue C M Y K H S L
Decimal 19 201 47 0.91 0 0.77 0.21 129.23 0.83 0.43
Hex 13 C9 2F 5B 0 4D 15 81 53 2B
Octal 23 311 57 133 0 115 25 201 123 53
Binary 10011 11001001 101111 1011011 0 1001101 10101 10000001 1010011 101011

Color Harmonies of #13C92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C92F

Black with #13C92F

Text Example


Text Example

White with #13C92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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