Html Css Color HEX #025400 Green

📋 copy color: '#025400'

red 2 ◦ green 84 ◦ blue 0

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

Shades of Green #025400

Tints of Green #025400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.33%
G = 97.67%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#025400 (or 0x025400) is known color: Green. HEX triplet: 02, 54 and 00. RGB value is (2,84,0). Sum of RGB (Red+Green+Blue) = 2+84+0=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 84 (33.20% from 255 or 97.67% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 84 - color contains mainly: green. Hex color #025400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025400 is #FDABFF. Grayscale: #323232. Windows color (decimal): -16624640 or 21506. OLE color: 21506.

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

Color convert

RGB 2 84 0 -
CMYK 0.98 0 1 0.67
HSL 118.57º 1% 0.16% -
HSV(B) 118.57º 1% 0.33% -
XYZ 3.2 6.35 1.06 -
YUV 49.91 99.83 93.83 -
System Red Green Blue C M Y K H S L
Decimal 2 84 0 0.98 0 1 0.67 118.57 1 0.16
Hex 2 54 0 62 0 64 43 77 64 10
Octal 2 124 0 142 0 144 103 167 144 20
Binary 10 1010100 0 1100010 0 1100100 1000011 1110111 1100100 10000

Color Harmonies of #025400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025400

Black with #025400

Text Example


Text Example

White with #025400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025400; }

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

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

background-color css

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

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

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

border-color css

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

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

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