#25694A

Color #25694A Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #25694A

Tints of Green Pea #25694A

Color information

#25694A (or 0x25694A) is unknown color: approx Green Pea. HEX triplet: 25, 69 and 4A. RGB value is (37,105,74). Sum of RGB (Red+Green+Blue) = 37+105+74=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #25694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25694A is #DA96B5. Grayscale: #515151. Windows color (decimal): -14325430 or 4876581. OLE color: 4876581.

HSL color Cylindrical-coordinate representation of color #25694A: hue angle of 152.65º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25694A is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB3710574-
CMYK0.6500.300.59
HSL152.65º47.89%27.84%-
HSV(B)152.65º64.76%41.18%-
XYZ7.0510.998.23-
YUV81.13123.9796.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 105 (41.41% from 255) = 48.61%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=17.13%
G=48.61%
B=34.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105740.6500.300.59152.6547.8927.84
Hex25694A4101E3B99301c
Octal45151112101036732316034
Binary1001011101001100101010000010111101110111001100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,105,74); }

 H1.HeaderClassName
 {
   color: #25694A;
 }
 .AnyTagClassName
 {
   color: #25694A;
 }
</style>
background-color css

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

 a { background-color: rgb(37,105,74); }

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

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

 span { border-color: rgb(37,105,74); }

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