Html Css Color HEX #05751E Green

📋 copy color: '#05751E'

red 5 ◦ green 117 ◦ blue 30

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

Shades of Green #05751E

Tints of Green #05751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.74%

R = 3.29%
G = 76.97%
B = 19.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#05751E (or 0x05751E) is known color: Green. HEX triplet: 05, 75 and 1E. RGB value is (5,117,30). Sum of RGB (Red+Green+Blue) = 5+117+30=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #05751E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05751E is #FA8AE1. Grayscale: #494949. Windows color (decimal): -16419554 or 1996037. OLE color: 1996037.

HSL color Cylindrical-coordinate representation of color #05751E: hue angle of 133.39º 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 #05751E is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 30 -
CMYK 0.96 0 0.74 0.54
HSL 133.39º 0.92% 0.24% -
HSV(B) 133.39º 0.96% 0.46% -
XYZ 6.66 12.85 3.36 -
YUV 73.59 103.39 79.07 -
System Red Green Blue C M Y K H S L
Decimal 5 117 30 0.96 0 0.74 0.54 133.39 0.92 0.24
Hex 5 75 1E 60 0 4A 36 85 5C 18
Octal 5 165 36 140 0 112 66 205 134 30
Binary 101 1110101 11110 1100000 0 1001010 110110 10000101 1011100 11000

Color Harmonies of #05751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05751E

Black with #05751E

Text Example


Text Example

White with #05751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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