#25883A

Color #25883A Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #25883A

Tints of Japanese Laurel #25883A

Color information

#25883A (or 0x25883A) is unknown color: approx Japanese Laurel. HEX triplet: 25, 88 and 3A. RGB value is (37,136,58). Sum of RGB (Red+Green+Blue) = 37+136+58=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #25883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25883A is #DA77C5. Grayscale: #616161. Windows color (decimal): -14317510 or 3835941. OLE color: 3835941.

HSL color Cylindrical-coordinate representation of color #25883A: hue angle of 132.73º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25883A is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB3713658-
CMYK0.7300.570.47
HSL132.73º57.23%33.92%-
HSV(B)132.73º72.79%53.33%-
XYZ10.3318.316.99-
YUV97.51105.784.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 136 (53.52% from 255) = 58.87%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=16.02%
G=58.87%
B=25.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37136580.7300.570.47132.7357.2333.92
Hex25883A490392F853922
Octal4521072111071572057142
Binary100101100010001110101001001011100110111110000101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,136,58); }

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

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

 a { background-color: rgb(37,136,58); }

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

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

 span { border-color: rgb(37,136,58); }

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