#248237

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

Shades of Japanese Laurel #248237

Tints of Japanese Laurel #248237

Color information

#248237 (or 0x248237) is unknown color: approx Japanese Laurel. HEX triplet: 24, 82 and 37. RGB value is (36,130,55). Sum of RGB (Red+Green+Blue) = 36+130+55=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #248237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248237 is #DB7DC8. Grayscale: #5D5D5D. Windows color (decimal): -14384585 or 3637796. OLE color: 3637796.

HSL color Cylindrical-coordinate representation of color #248237: hue angle of 132.13º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248237 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB3613055-
CMYK0.7200.580.49
HSL132.13º56.63%32.55%-
HSV(B)132.13º72.31%50.98%-
XYZ9.416.626.33-
YUV93.34106.3687.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 130 (51.17% from 255) = 58.82%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=16.29%
G=58.82%
B=24.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130550.7200.580.49132.1356.6332.55
Hex2482374803A31843921
Octal4420267110072612047141
Binary100100100000101101111001000011101011000110000100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248237; }

 p { color: rgb(36,130,55); }

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

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

 a { background-color: rgb(36,130,55); }

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

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

 span { border-color: rgb(36,130,55); }

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