Html Css Color HEX #05751D Green

📋 copy color: '#05751D'

red 5 ◦ green 117 ◦ blue 29

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

Shades of Green #05751D

Tints of Green #05751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 77.48%

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

R = 3.31%
G = 77.48%
B = 19.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#05751D (or 0x05751D) is known color: Green. HEX triplet: 05, 75 and 1D. RGB value is (5,117,29). Sum of RGB (Red+Green+Blue) = 5+117+29=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #05751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05751D is #FA8AE2. Grayscale: #494949. Windows color (decimal): -16419555 or 1930501. OLE color: 1930501.

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

Color convert

RGB 5 117 29 -
CMYK 0.96 0 0.75 0.54
HSL 132.86º 0.92% 0.24% -
HSV(B) 132.86º 0.96% 0.46% -
XYZ 6.65 12.84 3.29 -
YUV 73.48 102.89 79.16 -
System Red Green Blue C M Y K H S L
Decimal 5 117 29 0.96 0 0.75 0.54 132.86 0.92 0.24
Hex 5 75 1D 60 0 4B 36 85 5C 18
Octal 5 165 35 140 0 113 66 205 134 30
Binary 101 1110101 11101 1100000 0 1001011 110110 10000101 1011100 11000

Color Harmonies of #05751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05751D

Black with #05751D

Text Example


Text Example

White with #05751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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