Html Css Color HEX #015508 Green

📋 copy color: '#015508'

red 1 ◦ green 85 ◦ blue 8

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

Shades of Green #015508

Tints of Green #015508

RGB

 RED value IS 1 (0.78% from 255) = 1.06%

 GREEN value IS 85 (33.59% from 255) = 90.43%

 BLUE value IS 8 (3.52% from 255) = 8.51%

R = 1.06%
G = 90.43%
B = 8.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#015508 (or 0x015508) is known color: Green. HEX triplet: 01, 55 and 08. RGB value is (1,85,8). Sum of RGB (Red+Green+Blue) = 1+85+8=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 85 (33.59% from 255 or 90.43% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 85 - color contains mainly: green. Hex color #015508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015508 is #FEAAF7. Grayscale: #333333. Windows color (decimal): -16689912 or 546049. OLE color: 546049.

HSL color Cylindrical-coordinate representation of color #015508: hue angle of 125º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015508 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 85 8 -
CMYK 0.99 0 0.91 0.67
HSL 125º 0.98% 0.17% -
HSV(B) 125º 0.99% 0.33% -
XYZ 3.3 6.52 1.31 -
YUV 51.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 1 85 8 0.99 0 0.91 0.67 125 0.98 0.17
Hex 1 55 8 63 0 5B 43 7D 62 11
Octal 1 125 10 143 0 133 103 175 142 21
Binary 1 1010101 1000 1100011 0 1011011 1000011 1111101 1100010 10001

Color Harmonies of #015508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015508

Black with #015508

Text Example


Text Example

White with #015508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015508; }

 p { color: rgb(1,85,8); }

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

background-color css

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

 a { background-color: rgb(1,85,8); }

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

border-color css

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

 span { border-color: rgb(1,85,8); }

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