Html Css Color HEX #13A238 Dark Pastel Green

📋 copy color: '#13A238'

red 19 ◦ green 162 ◦ blue 56

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

Shades of Dark Pastel Green #13A238

Tints of Dark Pastel Green #13A238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 68.35%

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 8.02%
G = 68.35%
B = 23.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#13A238 (or 0x13A238) is known color: Dark Pastel Green. HEX triplet: 13, A2 and 38. RGB value is (19,162,56). Sum of RGB (Red+Green+Blue) = 19+162+56=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 162 (63.67% from 255 or 68.35% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 162 - color contains mainly: green. Hex color #13A238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A238 is #EC5DC7. Grayscale: #6B6B6B. Windows color (decimal): -15490504 or 3711507. OLE color: 3711507.

HSL color Cylindrical-coordinate representation of color #13A238: hue angle of 135.52º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A238 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 162 56 -
CMYK 0.88 0 0.65 0.36
HSL 135.52º 0.79% 0.35% -
HSV(B) 135.52º 0.88% 0.64% -
XYZ 13.9 26.26 8.08 -
YUV 107.16 99.12 65.12 -
System Red Green Blue C M Y K H S L
Decimal 19 162 56 0.88 0 0.65 0.36 135.52 0.79 0.35
Hex 13 A2 38 58 0 41 24 88 4F 23
Octal 23 242 70 130 0 101 44 210 117 43
Binary 10011 10100010 111000 1011000 0 1000001 100100 10001000 1001111 100011

Color Harmonies of #13A238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A238

Black with #13A238

Text Example


Text Example

White with #13A238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,162,56); }

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

background-color css

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

 a { background-color: rgb(19,162,56); }

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

border-color css

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

 span { border-color: rgb(19,162,56); }

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