Html Css Color HEX #01603A Fun Green

📋 copy color: '#01603A'

red 1 ◦ green 96 ◦ blue 58

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

Shades of Fun Green #01603A

Tints of Fun Green #01603A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.94%

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 0.65%
G = 61.94%
B = 37.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#01603A (or 0x01603A) is known color: Fun Green. HEX triplet: 01, 60 and 3A. RGB value is (1,96,58). Sum of RGB (Red+Green+Blue) = 1+96+58=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #01603A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01603A is #FE9FC5. Grayscale: #3F3F3F. Windows color (decimal): -16687046 or 3825665. OLE color: 3825665.

HSL color Cylindrical-coordinate representation of color #01603A: hue angle of 156º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01603A is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 58 -
CMYK 0.99 0 0.40 0.62
HSL 156º 0.98% 0.19% -
HSV(B) 156º 0.99% 0.38% -
XYZ 4.96 8.68 5.42 -
YUV 63.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 1 96 58 0.99 0 0.40 0.62 156 0.98 0.19
Hex 1 60 3A 63 0 28 3E 9C 62 13
Octal 1 140 72 143 0 50 76 234 142 23
Binary 1 1100000 111010 1100011 0 101000 111110 10011100 1100010 10011

Color Harmonies of #01603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01603A

Black with #01603A

Text Example


Text Example

White with #01603A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01603A; }

 p { color: rgb(1,96,58); }

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

background-color css

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

 a { background-color: rgb(1,96,58); }

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

border-color css

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

 span { border-color: rgb(1,96,58); }

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