Html Css Color HEX #05741D Green

📋 copy color: '#05741D'

red 5 ◦ green 116 ◦ blue 29

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

Shades of Green #05741D

Tints of Green #05741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 77.33%

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 3.33%
G = 77.33%
B = 19.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#05741D (or 0x05741D) is known color: Green. HEX triplet: 05, 74 and 1D. RGB value is (5,116,29). Sum of RGB (Red+Green+Blue) = 5+116+29=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #05741D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05741D is #FA8BE2. Grayscale: #494949. Windows color (decimal): -16419811 or 1930245. OLE color: 1930245.

HSL color Cylindrical-coordinate representation of color #05741D: hue angle of 132.97º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05741D is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 116 29 -
CMYK 0.96 0 0.75 0.55
HSL 132.97º 0.92% 0.24% -
HSV(B) 132.97º 0.96% 0.45% -
XYZ 6.53 12.61 3.25 -
YUV 72.89 103.23 79.57 -
System Red Green Blue C M Y K H S L
Decimal 5 116 29 0.96 0 0.75 0.55 132.97 0.92 0.24
Hex 5 74 1D 60 0 4B 37 85 5C 18
Octal 5 164 35 140 0 113 67 205 134 30
Binary 101 1110100 11101 1100000 0 1001011 110111 10000101 1011100 11000

Color Harmonies of #05741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05741D

Black with #05741D

Text Example


Text Example

White with #05741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05741D; }

 p { color: rgb(5,116,29); }

 H1.HeaderClassName
 {
   color: #05741D;
 }
 .AnyTagClassName
 {
   color: #05741D;
 }
</style>

background-color css

<style>
 a { background-color: #05741D; }

 a { background-color: rgb(5,116,29); }

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

border-color css

<style>
 span { border-color: #05741D; }

 span { border-color: rgb(5,116,29); }

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