Html Css Color HEX #13CE28 Dark Pastel Green

📋 copy color: '#13CE28'

red 19 ◦ green 206 ◦ blue 40

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

Shades of Dark Pastel Green #13CE28

Tints of Dark Pastel Green #13CE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 77.74%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 7.17%
G = 77.74%
B = 15.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#13CE28 (or 0x13CE28) is known color: Dark Pastel Green. HEX triplet: 13, CE and 28. RGB value is (19,206,40). Sum of RGB (Red+Green+Blue) = 19+206+40=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 206 (80.86% from 255 or 77.74% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE28 is #EC31D7. Grayscale: #838383. Windows color (decimal): -15479256 or 2674195. OLE color: 2674195.

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

Color convert

RGB 19 206 40 -
CMYK 0.91 0 0.81 0.19
HSL 126.74º 0.83% 0.44% -
HSV(B) 126.74º 0.91% 0.81% -
XYZ 22.72 44.43 9.39 -
YUV 131.16 76.55 48 -
System Red Green Blue C M Y K H S L
Decimal 19 206 40 0.91 0 0.81 0.19 126.74 0.83 0.44
Hex 13 CE 28 5B 0 51 13 7F 53 2C
Octal 23 316 50 133 0 121 23 177 123 54
Binary 10011 11001110 101000 1011011 0 1010001 10011 1111111 1010011 101100

Color Harmonies of #13CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE28

Black with #13CE28

Text Example


Text Example

White with #13CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,206,40); }

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

background-color css

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

 a { background-color: rgb(19,206,40); }

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

border-color css

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

 span { border-color: rgb(19,206,40); }

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