#258A3A

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

Shades of Japanese Laurel #258A3A

Tints of Japanese Laurel #258A3A

Color information

#258A3A (or 0x258A3A) is unknown color: approx Japanese Laurel. HEX triplet: 25, 8A and 3A. RGB value is (37,138,58). Sum of RGB (Red+Green+Blue) = 37+138+58=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #258A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258A3A is #DA75C5. Grayscale: #626262. Windows color (decimal): -14316998 or 3836453. OLE color: 3836453.

HSL color Cylindrical-coordinate representation of color #258A3A: hue angle of 132.48º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A3A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB3713858-
CMYK0.7300.580.46
HSL132.48º57.71%34.31%-
HSV(B)132.48º73.19%54.12%-
XYZ10.6218.887.09-
YUV98.68105.0484-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 138 (54.30% from 255) = 59.23%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=15.88%
G=59.23%
B=24.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37138580.7300.580.46132.4857.7134.31
Hex258A3A4903A2E843a22
Octal4521272111072562047242
Binary100101100010101110101001001011101010111010000100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258A3A; }

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

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

<style>
 a { background-color: #258A3A; }

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

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

<style>
 span { border-color: #258A3A; }

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

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