Html Css Color HEX #01935B Shamrock Green

📋 copy color: '#01935B'

red 1 ◦ green 147 ◦ blue 91

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

Shades of Shamrock Green #01935B

Tints of Shamrock Green #01935B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.51%

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 0.42%
G = 61.51%
B = 38.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#01935B (or 0x01935B) is known color: Shamrock Green. HEX triplet: 01, 93 and 5B. RGB value is (1,147,91). Sum of RGB (Red+Green+Blue) = 1+147+91=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #01935B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01935B is #FE6CA4. Grayscale: #616161. Windows color (decimal): -16673957 or 6001409. OLE color: 6001409.

HSL color Cylindrical-coordinate representation of color #01935B: hue angle of 156.99º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01935B is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 91 -
CMYK 0.99 0 0.38 0.42
HSL 156.99º 0.99% 0.29% -
HSV(B) 156.99º 0.99% 0.58% -
XYZ 12.33 21.63 13.42 -
YUV 96.96 124.63 59.55 -
System Red Green Blue C M Y K H S L
Decimal 1 147 91 0.99 0 0.38 0.42 156.99 0.99 0.29
Hex 1 93 5B 63 0 26 2A 9D 63 1D
Octal 1 223 133 143 0 46 52 235 143 35
Binary 1 10010011 1011011 1100011 0 100110 101010 10011101 1100011 11101

Color Harmonies of #01935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01935B

Black with #01935B

Text Example


Text Example

White with #01935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01935B; }

 p { color: rgb(1,147,91); }

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

background-color css

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

 a { background-color: rgb(1,147,91); }

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

border-color css

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

 span { border-color: rgb(1,147,91); }

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