Html Css Color HEX #05AF3E Dark Pastel Green

📋 copy color: '#05AF3E'

red 5 ◦ green 175 ◦ blue 62

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

Shades of Dark Pastel Green #05AF3E

Tints of Dark Pastel Green #05AF3E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 72.31%

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 2.07%
G = 72.31%
B = 25.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#05AF3E (or 0x05AF3E) is known color: Dark Pastel Green. HEX triplet: 05, AF and 3E. RGB value is (5,175,62). Sum of RGB (Red+Green+Blue) = 5+175+62=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AF3E is #FA50C1. Grayscale: #6F6F6F. Windows color (decimal): -16404674 or 4108037. OLE color: 4108037.

HSL color Cylindrical-coordinate representation of color #05AF3E: hue angle of 140.12º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AF3E is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 175 62 -
CMYK 0.97 0 0.65 0.31
HSL 140.12º 0.94% 0.35% -
HSV(B) 140.12º 0.97% 0.69% -
XYZ 16.26 31.04 9.69 -
YUV 111.29 100.18 52.19 -
System Red Green Blue C M Y K H S L
Decimal 5 175 62 0.97 0 0.65 0.31 140.12 0.94 0.35
Hex 5 AF 3E 61 0 41 1F 8C 5E 23
Octal 5 257 76 141 0 101 37 214 136 43
Binary 101 10101111 111110 1100001 0 1000001 11111 10001100 1011110 100011

Color Harmonies of #05AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AF3E

Black with #05AF3E

Text Example


Text Example

White with #05AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,175,62); }

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

background-color css

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

 a { background-color: rgb(5,175,62); }

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

border-color css

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

 span { border-color: rgb(5,175,62); }

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