Html Css Color HEX #05A12D Dark Pastel Green

📋 copy color: '#05A12D'

red 5 ◦ green 161 ◦ blue 45

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

Shades of Dark Pastel Green #05A12D

Tints of Dark Pastel Green #05A12D

RGB

 RED value IS 5 (2.34% from 255) = 2.37%

 GREEN value IS 161 (63.28% from 255) = 76.3%

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 2.37%
G = 76.3%
B = 21.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#05A12D (or 0x05A12D) is known color: Dark Pastel Green. HEX triplet: 05, A1 and 2D. RGB value is (5,161,45). Sum of RGB (Red+Green+Blue) = 5+161+45=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 161 (63.28% from 255 or 76.30% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 161 - color contains mainly: green. Hex color #05A12D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A12D is #FA5ED2. Grayscale: #656565. Windows color (decimal): -16408275 or 2990341. OLE color: 2990341.

HSL color Cylindrical-coordinate representation of color #05A12D: hue angle of 135.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A12D is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 161 45 -
CMYK 0.97 0 0.72 0.37
HSL 135.38º 0.94% 0.33% -
HSV(B) 135.38º 0.97% 0.63% -
XYZ 13.28 25.71 6.75 -
YUV 101.13 96.32 59.43 -
System Red Green Blue C M Y K H S L
Decimal 5 161 45 0.97 0 0.72 0.37 135.38 0.94 0.33
Hex 5 A1 2D 61 0 48 25 87 5E 21
Octal 5 241 55 141 0 110 45 207 136 41
Binary 101 10100001 101101 1100001 0 1001000 100101 10000111 1011110 100001

Color Harmonies of #05A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A12D

Black with #05A12D

Text Example


Text Example

White with #05A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A12D; }

 p { color: rgb(5,161,45); }

 H1.HeaderClassName
 {
   color: #05A12D;
 }
 .AnyTagClassName
 {
   color: #05A12D;
 }
</style>

background-color css

<style>
 a { background-color: #05A12D; }

 a { background-color: rgb(5,161,45); }

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

border-color css

<style>
 span { border-color: #05A12D; }

 span { border-color: rgb(5,161,45); }

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