Html Css Color HEX #005C0F Green

📋 copy color: '#005C0F'

red 0 ◦ green 92 ◦ blue 15

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

Shades of Green #005C0F

Tints of Green #005C0F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 92 (36.33% from 255) = 85.98%

 BLUE value IS 15 (6.25% from 255) = 14.02%

R = 0%
G = 85.98%
B = 14.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#005C0F (or 0x005C0F) is known color: Green. HEX triplet: 00, 5C and 0F. RGB value is (0,92,15). Sum of RGB (Red+Green+Blue) = 0+92+15=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 92 (36.33% from 255 or 85.98% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 92 - color contains mainly: green. Hex color #005C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005C0F is #FFA3F0. Grayscale: #373737. Windows color (decimal): -16753649 or 1006592. OLE color: 1006592.

HSL color Cylindrical-coordinate representation of color #005C0F: hue angle of 129.78º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C0F is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 92 15 -
CMYK 1 0 0.84 0.64
HSL 129.78º 1% 0.18% -
HSV(B) 129.78º 1% 0.36% -
XYZ 3.91 7.69 1.73 -
YUV 55.71 105.02 88.26 -
System Red Green Blue C M Y K H S L
Decimal 0 92 15 1 0 0.84 0.64 129.78 1 0.18
Hex 0 5C F 64 0 54 40 82 64 12
Octal 0 134 17 144 0 124 100 202 144 22
Binary 0 1011100 1111 1100100 0 1010100 1000000 10000010 1100100 10010

Color Harmonies of #005C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C0F

Black with #005C0F

Text Example


Text Example

White with #005C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005C0F; }

 p { color: rgb(0,92,15); }

 H1.HeaderClassName
 {
   color: #005C0F;
 }
 .AnyTagClassName
 {
   color: #005C0F;
 }
</style>

background-color css

<style>
 a { background-color: #005C0F; }

 a { background-color: rgb(0,92,15); }

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

border-color css

<style>
 span { border-color: #005C0F; }

 span { border-color: rgb(0,92,15); }

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