Html Css Color HEX #13CF2C Dark Pastel Green

📋 copy color: '#13CF2C'

red 19 ◦ green 207 ◦ blue 44

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

Shades of Dark Pastel Green #13CF2C

Tints of Dark Pastel Green #13CF2C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 76.67%

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 7.04%
G = 76.67%
B = 16.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#13CF2C (or 0x13CF2C) is known color: Dark Pastel Green. HEX triplet: 13, CF and 2C. RGB value is (19,207,44). Sum of RGB (Red+Green+Blue) = 19+207+44=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CF2C is #EC30D3. Grayscale: #848484. Windows color (decimal): -15478996 or 2936595. OLE color: 2936595.

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

Color convert

RGB 19 207 44 -
CMYK 0.91 0 0.79 0.19
HSL 127.98º 0.83% 0.44% -
HSV(B) 127.98º 0.91% 0.81% -
XYZ 23.04 44.95 9.84 -
YUV 132.21 78.22 47.25 -
System Red Green Blue C M Y K H S L
Decimal 19 207 44 0.91 0 0.79 0.19 127.98 0.83 0.44
Hex 13 CF 2C 5B 0 4F 13 80 53 2C
Octal 23 317 54 133 0 117 23 200 123 54
Binary 10011 11001111 101100 1011011 0 1001111 10011 10000000 1010011 101100

Color Harmonies of #13CF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF2C

Black with #13CF2C

Text Example


Text Example

White with #13CF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,207,44); }

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

background-color css

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

 a { background-color: rgb(19,207,44); }

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

border-color css

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

 span { border-color: rgb(19,207,44); }

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