Html Css Color HEX #025401 Green

📋 copy color: '#025401'

red 2 ◦ green 84 ◦ blue 1

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

Shades of Green #025401

Tints of Green #025401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 96.55%

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 2.3%
G = 96.55%
B = 1.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#025401 (or 0x025401) is known color: Green. HEX triplet: 02, 54 and 01. RGB value is (2,84,1). Sum of RGB (Red+Green+Blue) = 2+84+1=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 84 (33.20% from 255 or 96.55% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 84 - color contains mainly: green. Hex color #025401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025401 is #FDABFE. Grayscale: #323232. Windows color (decimal): -16624639 or 87042. OLE color: 87042.

HSL color Cylindrical-coordinate representation of color #025401: hue angle of 119.28º 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 #025401 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 84 1 -
CMYK 0.98 0 0.99 0.67
HSL 119.28º 0.98% 0.17% -
HSV(B) 119.28º 0.99% 0.33% -
XYZ 3.2 6.36 1.09 -
YUV 50.02 100.33 93.75 -
System Red Green Blue C M Y K H S L
Decimal 2 84 1 0.98 0 0.99 0.67 119.28 0.98 0.17
Hex 2 54 1 62 0 63 43 77 62 11
Octal 2 124 1 142 0 143 103 167 142 21
Binary 10 1010100 1 1100010 0 1100011 1000011 1110111 1100010 10001

Color Harmonies of #025401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025401

Black with #025401

Text Example


Text Example

White with #025401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025401; }

 p { color: rgb(2,84,1); }

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

background-color css

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

 a { background-color: rgb(2,84,1); }

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

border-color css

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

 span { border-color: rgb(2,84,1); }

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