Html Css Color HEX #13CF2D Dark Pastel Green

📋 copy color: '#13CF2D'

red 19 ◦ green 207 ◦ blue 45

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

Shades of Dark Pastel Green #13CF2D

Tints of Dark Pastel Green #13CF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 7.01%
G = 76.38%
B = 16.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#13CF2D (or 0x13CF2D) is known color: Dark Pastel Green. HEX triplet: 13, CF and 2D. RGB value is (19,207,45). Sum of RGB (Red+Green+Blue) = 19+207+45=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CF2D is #EC30D2. Grayscale: #848484. Windows color (decimal): -15478995 or 3002131. OLE color: 3002131.

HSL color Cylindrical-coordinate representation of color #13CF2D: hue angle of 128.3º 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 #13CF2D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 207 45 -
CMYK 0.91 0 0.78 0.19
HSL 128.3º 0.83% 0.44% -
HSV(B) 128.3º 0.91% 0.81% -
XYZ 23.06 44.95 9.94 -
YUV 132.32 78.72 47.17 -
System Red Green Blue C M Y K H S L
Decimal 19 207 45 0.91 0 0.78 0.19 128.3 0.83 0.44
Hex 13 CF 2D 5B 0 4E 13 80 53 2C
Octal 23 317 55 133 0 116 23 200 123 54
Binary 10011 11001111 101101 1011011 0 1001110 10011 10000000 1010011 101100

Color Harmonies of #13CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF2D

Black with #13CF2D

Text Example


Text Example

White with #13CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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