Html Css Color HEX #13C325 Dark Pastel Green

📋 copy color: '#13C325'

red 19 ◦ green 195 ◦ blue 37

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

Shades of Dark Pastel Green #13C325

Tints of Dark Pastel Green #13C325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 77.69%

 BLUE value IS 37 (14.84% from 255) = 14.74%

R = 7.57%
G = 77.69%
B = 14.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#13C325 (or 0x13C325) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 25. RGB value is (19,195,37). Sum of RGB (Red+Green+Blue) = 19+195+37=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 195 (76.56% from 255 or 77.69% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 195 - color contains mainly: green. Hex color #13C325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C325 is #EC3CDA. Grayscale: #7C7C7C. Windows color (decimal): -15482075 or 2474771. OLE color: 2474771.

HSL color Cylindrical-coordinate representation of color #13C325: hue angle of 126.14º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C325 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 195 37 -
CMYK 0.90 0 0.81 0.24
HSL 126.14º 0.82% 0.42% -
HSV(B) 126.14º 0.9% 0.76% -
XYZ 20.12 39.3 8.28 -
YUV 124.36 78.69 52.85 -
System Red Green Blue C M Y K H S L
Decimal 19 195 37 0.90 0 0.81 0.24 126.14 0.82 0.42
Hex 13 C3 25 5A 0 51 18 7E 52 2A
Octal 23 303 45 132 0 121 30 176 122 52
Binary 10011 11000011 100101 1011010 0 1010001 11000 1111110 1010010 101010

Color Harmonies of #13C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C325

Black with #13C325

Text Example


Text Example

White with #13C325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,37); }

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

background-color css

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

 a { background-color: rgb(19,195,37); }

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

border-color css

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

 span { border-color: rgb(19,195,37); }

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