Html Css Color HEX #13CC2F Dark Pastel Green

📋 copy color: '#13CC2F'

red 19 ◦ green 204 ◦ blue 47

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

Shades of Dark Pastel Green #13CC2F

Tints of Dark Pastel Green #13CC2F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75.56%

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

R = 7.04%
G = 75.56%
B = 17.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#13CC2F (or 0x13CC2F) is known color: Dark Pastel Green. HEX triplet: 13, CC and 2F. RGB value is (19,204,47). Sum of RGB (Red+Green+Blue) = 19+204+47=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CC2F is #EC33D0. Grayscale: #838383. Windows color (decimal): -15479761 or 3132435. OLE color: 3132435.

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

Color convert

RGB 19 204 47 -
CMYK 0.91 0 0.77 0.2
HSL 129.08º 0.83% 0.44% -
HSV(B) 129.08º 0.91% 0.8% -
XYZ 22.37 43.53 9.91 -
YUV 130.79 80.71 48.27 -
System Red Green Blue C M Y K H S L
Decimal 19 204 47 0.91 0 0.77 0.2 129.08 0.83 0.44
Hex 13 CC 2F 5B 0 4D 14 81 53 2C
Octal 23 314 57 133 0 115 24 201 123 54
Binary 10011 11001100 101111 1011011 0 1001101 10100 10000001 1010011 101100

Color Harmonies of #13CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC2F

Black with #13CC2F

Text Example


Text Example

White with #13CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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