#25782B

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

Shades of Japanese Laurel #25782B

Tints of Japanese Laurel #25782B

Color information

#25782B (or 0x25782B) is unknown color: approx Japanese Laurel. HEX triplet: 25, 78 and 2B. RGB value is (37,120,43). Sum of RGB (Red+Green+Blue) = 37+120+43=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 120 (47.27% from 255 or 60% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 120 - color contains mainly: green. Hex color #25782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25782B is #DA87D4. Grayscale: #565656. Windows color (decimal): -14321621 or 2848805. OLE color: 2848805.

HSL color Cylindrical-coordinate representation of color #25782B: hue angle of 124.34º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25782B is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB3712043-
CMYK0.6900.640.53
HSL124.34º52.87%30.78%-
HSV(B)124.34º69.17%47.06%-
XYZ7.92144.57-
YUV86.4103.592.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 120 (47.27% from 255) = 60%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=18.5%
G=60%
B=21.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120430.6900.640.53124.3452.8730.78
Hex25782B45040357c351f
Octal45170531050100651746537
Binary1001011111000101011100010101000000110101111110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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