#25602B

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

Shades of Parsley #25602B

Tints of Parsley #25602B

Color information

#25602B (or 0x25602B) is unknown color: approx Parsley. HEX triplet: 25, 60 and 2B. RGB value is (37,96,43). Sum of RGB (Red+Green+Blue) = 37+96+43=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #25602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25602B is #DA9FD4. Grayscale: #484848. Windows color (decimal): -14327765 or 2842661. OLE color: 2842661.

HSL color Cylindrical-coordinate representation of color #25602B: hue angle of 126.1º 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 #25602B is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB379643-
CMYK0.6100.550.62
HSL126.1º44.36%26.08%-
HSV(B)126.1º61.46%37.65%-
XYZ5.388.933.73-
YUV72.32111.45102.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=21.02%
G=54.55%
B=24.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796430.6100.550.62126.144.3626.08
Hex25602B3D0373E7e2c1a
Octal451405375067761765432
Binary10010111000001010111111010110111111110111111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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