#248137

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

Shades of Japanese Laurel #248137

Tints of Japanese Laurel #248137

Color information

#248137 (or 0x248137) is unknown color: approx Japanese Laurel. HEX triplet: 24, 81 and 37. RGB value is (36,129,55). Sum of RGB (Red+Green+Blue) = 36+129+55=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #248137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248137 is #DB7EC8. Grayscale: #5C5C5C. Windows color (decimal): -14384841 or 3637540. OLE color: 3637540.

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

Color convert

RGB3612955-
CMYK0.7200.570.49
HSL132.26º56.36%32.35%-
HSV(B)132.26º72.09%50.59%-
XYZ9.2716.356.28-
YUV92.76106.6987.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 129 (50.78% from 255) = 58.64%
BLUE value IS 55 (21.88% from 255) = 25%
R=16.36%
G=58.64%
B=25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36129550.7200.570.49132.2656.3632.35
Hex2481374803931843820
Octal4420167110071612047040
Binary100100100000011101111001000011100111000110000100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248137; }

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

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

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

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

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

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

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

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