Html Css Color HEX #13C323 Dark Pastel Green

📋 copy color: '#13C323'

red 19 ◦ green 195 ◦ blue 35

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

Shades of Dark Pastel Green #13C323

Tints of Dark Pastel Green #13C323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 7.63%
G = 78.31%
B = 14.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#13C323 (or 0x13C323) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 23. RGB value is (19,195,35). Sum of RGB (Red+Green+Blue) = 19+195+35=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 195 (76.56% from 255 or 78.31% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 195 - color contains mainly: green. Hex color #13C323 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C323 is #EC3CDC. Grayscale: #7C7C7C. Windows color (decimal): -15482077 or 2343699. OLE color: 2343699.

HSL color Cylindrical-coordinate representation of color #13C323: hue angle of 125.45º 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 #13C323 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 195 35 -
CMYK 0.90 0 0.82 0.24
HSL 125.45º 0.82% 0.42% -
HSV(B) 125.45º 0.9% 0.76% -
XYZ 20.09 39.29 8.12 -
YUV 124.14 77.69 53.01 -
System Red Green Blue C M Y K H S L
Decimal 19 195 35 0.90 0 0.82 0.24 125.45 0.82 0.42
Hex 13 C3 23 5A 0 52 18 7D 52 2A
Octal 23 303 43 132 0 122 30 175 122 52
Binary 10011 11000011 100011 1011010 0 1010010 11000 1111101 1010010 101010

Color Harmonies of #13C323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C323

Black with #13C323

Text Example


Text Example

White with #13C323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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