Html Css Color HEX #05AF2D Dark Pastel Green

📋 copy color: '#05AF2D'

red 5 ◦ green 175 ◦ blue 45

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

Shades of Dark Pastel Green #05AF2D

Tints of Dark Pastel Green #05AF2D

RGB

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

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

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

R = 2.22%
G = 77.78%
B = 20%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#05AF2D (or 0x05AF2D) is known color: Dark Pastel Green. HEX triplet: 05, AF and 2D. RGB value is (5,175,45). Sum of RGB (Red+Green+Blue) = 5+175+45=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AF2D is #FA50D2. Grayscale: #6D6D6D. Windows color (decimal): -16404691 or 2993925. OLE color: 2993925.

HSL color Cylindrical-coordinate representation of color #05AF2D: hue angle of 134.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 #05AF2D is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 175 45 -
CMYK 0.97 0 0.74 0.31
HSL 134.12º 0.94% 0.35% -
HSV(B) 134.12º 0.97% 0.69% -
XYZ 15.87 30.88 7.61 -
YUV 109.35 91.68 53.57 -
System Red Green Blue C M Y K H S L
Decimal 5 175 45 0.97 0 0.74 0.31 134.12 0.94 0.35
Hex 5 AF 2D 61 0 4A 1F 86 5E 23
Octal 5 257 55 141 0 112 37 206 136 43
Binary 101 10101111 101101 1100001 0 1001010 11111 10000110 1011110 100011

Color Harmonies of #05AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AF2D

Black with #05AF2D

Text Example


Text Example

White with #05AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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