Html Css Color HEX #05B038 Dark Pastel Green

📋 copy color: '#05B038'

red 5 ◦ green 176 ◦ blue 56

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

Shades of Dark Pastel Green #05B038

Tints of Dark Pastel Green #05B038

RGB

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

 GREEN value IS 176 (69.14% from 255) = 74.26%

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

R = 2.11%
G = 74.26%
B = 23.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#05B038 (or 0x05B038) is known color: Dark Pastel Green. HEX triplet: 05, B0 and 38. RGB value is (5,176,56). Sum of RGB (Red+Green+Blue) = 5+176+56=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 176 (69.14% from 255 or 74.26% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 176 - color contains mainly: green. Hex color #05B038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B038 is #FA4FC7. Grayscale: #6F6F6F. Windows color (decimal): -16404424 or 3715077. OLE color: 3715077.

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

Color convert

RGB 5 176 56 -
CMYK 0.97 0 0.68 0.31
HSL 137.89º 0.94% 0.35% -
HSV(B) 137.89º 0.97% 0.69% -
XYZ 16.3 31.37 8.94 -
YUV 111.19 96.85 52.26 -
System Red Green Blue C M Y K H S L
Decimal 5 176 56 0.97 0 0.68 0.31 137.89 0.94 0.35
Hex 5 B0 38 61 0 44 1F 8A 5E 23
Octal 5 260 70 141 0 104 37 212 136 43
Binary 101 10110000 111000 1100001 0 1000100 11111 10001010 1011110 100011

Color Harmonies of #05B038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B038

Black with #05B038

Text Example


Text Example

White with #05B038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,176,56); }

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

background-color css

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

 a { background-color: rgb(5,176,56); }

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

border-color css

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

 span { border-color: rgb(5,176,56); }

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