Html Css Color HEX #05B948 Dark Pastel Green

📋 copy color: '#05B948'

red 5 ◦ green 185 ◦ blue 72

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

Shades of Dark Pastel Green #05B948

Tints of Dark Pastel Green #05B948

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.61%

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 1.91%
G = 70.61%
B = 27.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#05B948 (or 0x05B948) is known color: Dark Pastel Green. HEX triplet: 05, B9 and 48. RGB value is (5,185,72). Sum of RGB (Red+Green+Blue) = 5+185+72=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #05B948 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B948 is #FA46B7. Grayscale: #767676. Windows color (decimal): -16402104 or 4765957. OLE color: 4765957.

HSL color Cylindrical-coordinate representation of color #05B948: hue angle of 142.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B948 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 185 72 -
CMYK 0.97 0 0.61 0.27
HSL 142.33º 0.95% 0.37% -
HSV(B) 142.33º 0.97% 0.73% -
XYZ 18.58 35.2 11.95 -
YUV 118.3 101.87 47.19 -
System Red Green Blue C M Y K H S L
Decimal 5 185 72 0.97 0 0.61 0.27 142.33 0.95 0.37
Hex 5 B9 48 61 0 3D 1B 8E 5F 25
Octal 5 271 110 141 0 75 33 216 137 45
Binary 101 10111001 1001000 1100001 0 111101 11011 10001110 1011111 100101

Color Harmonies of #05B948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B948

Black with #05B948

Text Example


Text Example

White with #05B948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,185,72); }

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

background-color css

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

 a { background-color: rgb(5,185,72); }

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

border-color css

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

 span { border-color: rgb(5,185,72); }

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