Html Css Color HEX #13C234 Dark Pastel Green

📋 copy color: '#13C234'

red 19 ◦ green 194 ◦ blue 52

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

Shades of Dark Pastel Green #13C234

Tints of Dark Pastel Green #13C234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.21%

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 7.17%
G = 73.21%
B = 19.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#13C234 (or 0x13C234) is known color: Dark Pastel Green. HEX triplet: 13, C2 and 34. RGB value is (19,194,52). Sum of RGB (Red+Green+Blue) = 19+194+52=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 194 (76.17% from 255 or 73.21% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 194 - color contains mainly: green. Hex color #13C234 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C234 is #EC3DCB. Grayscale: #7D7D7D. Windows color (decimal): -15482316 or 3457555. OLE color: 3457555.

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

Color convert

RGB 19 194 52 -
CMYK 0.90 0 0.73 0.24
HSL 131.31º 0.82% 0.42% -
HSV(B) 131.31º 0.9% 0.76% -
XYZ 20.18 38.97 9.71 -
YUV 125.49 86.52 52.05 -
System Red Green Blue C M Y K H S L
Decimal 19 194 52 0.90 0 0.73 0.24 131.31 0.82 0.42
Hex 13 C2 34 5A 0 49 18 83 52 2A
Octal 23 302 64 132 0 111 30 203 122 52
Binary 10011 11000010 110100 1011010 0 1001001 11000 10000011 1010010 101010

Color Harmonies of #13C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C234

Black with #13C234

Text Example


Text Example

White with #13C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,194,52); }

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

background-color css

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

 a { background-color: rgb(19,194,52); }

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

border-color css

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

 span { border-color: rgb(19,194,52); }

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