Html Css Color HEX #027504 Green

📋 copy color: '#027504'

red 2 ◦ green 117 ◦ blue 4

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

Shades of Green #027504

Tints of Green #027504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 95.12%

 BLUE value IS 4 (1.95% from 255) = 3.25%

R = 1.63%
G = 95.12%
B = 3.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#027504 (or 0x027504) is known color: Green. HEX triplet: 02, 75 and 04. RGB value is (2,117,4). Sum of RGB (Red+Green+Blue) = 2+117+4=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 117 (46.09% from 255 or 95.12% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 117 - color contains mainly: green. Hex color #027504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027504 is #FD8AFB. Grayscale: #464646. Windows color (decimal): -16616188 or 292098. OLE color: 292098.

HSL color Cylindrical-coordinate representation of color #027504: hue angle of 121.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027504 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 4 -
CMYK 0.98 0 0.97 0.54
HSL 121.04º 0.97% 0.23% -
HSV(B) 121.04º 0.98% 0.46% -
XYZ 6.41 12.74 2.24 -
YUV 69.73 90.9 79.69 -
System Red Green Blue C M Y K H S L
Decimal 2 117 4 0.98 0 0.97 0.54 121.04 0.97 0.23
Hex 2 75 4 62 0 61 36 79 61 17
Octal 2 165 4 142 0 141 66 171 141 27
Binary 10 1110101 100 1100010 0 1100001 110110 1111001 1100001 10111

Color Harmonies of #027504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027504

Black with #027504

Text Example


Text Example

White with #027504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027504; }

 p { color: rgb(2,117,4); }

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

background-color css

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

 a { background-color: rgb(2,117,4); }

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

border-color css

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

 span { border-color: rgb(2,117,4); }

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