#258A39

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

Shades of Japanese Laurel #258A39

Tints of Japanese Laurel #258A39

Color information

#258A39 (or 0x258A39) is unknown color: approx Japanese Laurel. HEX triplet: 25, 8A and 39. RGB value is (37,138,57). Sum of RGB (Red+Green+Blue) = 37+138+57=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #258A39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258A39 is #DA75C6. Grayscale: #626262. Windows color (decimal): -14316999 or 3770917. OLE color: 3770917.

HSL color Cylindrical-coordinate representation of color #258A39: hue angle of 131.88º 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 #258A39 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB3713857-
CMYK0.7300.590.46
HSL131.88º57.71%34.31%-
HSV(B)131.88º73.19%54.12%-
XYZ10.5918.876.95-
YUV98.57104.5484.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 138 (54.30% from 255) = 59.48%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=15.95%
G=59.48%
B=24.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37138570.7300.590.46131.8857.7134.31
Hex258A394903B2E843a22
Octal4521271111073562047242
Binary100101100010101110011001001011101110111010000100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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