Html Css Color HEX #025A3C Fun Green

📋 copy color: '#025A3C'

red 2 ◦ green 90 ◦ blue 60

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

Shades of Fun Green #025A3C

Tints of Fun Green #025A3C

RGB

 RED value IS 2 (1.17% from 255) = 1.32%

 GREEN value IS 90 (35.55% from 255) = 59.21%

 BLUE value IS 60 (23.83% from 255) = 39.47%

R = 1.32%
G = 59.21%
B = 39.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#025A3C (or 0x025A3C) is known color: Fun Green. HEX triplet: 02, 5A and 3C. RGB value is (2,90,60). Sum of RGB (Red+Green+Blue) = 2+90+60=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #025A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A3C is #FDA5C3. Grayscale: #3C3C3C. Windows color (decimal): -16623044 or 3955202. OLE color: 3955202.

HSL color Cylindrical-coordinate representation of color #025A3C: hue angle of 159.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A3C is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 90 60 -
CMYK 0.98 0 0.33 0.65
HSL 159.55º 0.96% 0.18% -
HSV(B) 159.55º 0.98% 0.35% -
XYZ 4.5 7.65 5.51 -
YUV 60.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 2 90 60 0.98 0 0.33 0.65 159.55 0.96 0.18
Hex 2 5A 3C 62 0 21 41 A0 60 12
Octal 2 132 74 142 0 41 101 240 140 22
Binary 10 1011010 111100 1100010 0 100001 1000001 10100000 1100000 10010

Color Harmonies of #025A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A3C

Black with #025A3C

Text Example


Text Example

White with #025A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025A3C; }

 p { color: rgb(2,90,60); }

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

background-color css

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

 a { background-color: rgb(2,90,60); }

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

border-color css

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

 span { border-color: rgb(2,90,60); }

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