#25602F

Color #25602F Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #25602F

Tints of Parsley #25602F

Color information

#25602F (or 0x25602F) is unknown color: approx Parsley. HEX triplet: 25, 60 and 2F. RGB value is (37,96,47). Sum of RGB (Red+Green+Blue) = 37+96+47=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #25602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25602F is #DA9FD0. Grayscale: #484848. Windows color (decimal): -14327761 or 3104805. OLE color: 3104805.

HSL color Cylindrical-coordinate representation of color #25602F: hue angle of 130.17º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25602F is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB379647-
CMYK0.6100.510.62
HSL130.17º44.36%26.08%-
HSV(B)130.17º61.46%37.65%-
XYZ5.468.964.13-
YUV72.77113.45102.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 47 (18.75% from 255) = 26.11%
R=20.56%
G=53.33%
B=26.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796470.6100.510.62130.1744.3626.08
Hex25602F3D0333E822c1a
Octal451405775063762025432
Binary100101110000010111111110101100111111101000001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25602F; }

 p { color: rgb(37,96,47); }

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

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

 a { background-color: rgb(37,96,47); }

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

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

 span { border-color: rgb(37,96,47); }

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