#248438

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

Shades of Japanese Laurel #248438

Tints of Japanese Laurel #248438

Color information

#248438 (or 0x248438) is unknown color: approx Japanese Laurel. HEX triplet: 24, 84 and 38. RGB value is (36,132,56). Sum of RGB (Red+Green+Blue) = 36+132+56=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #248438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248438 is #DB7BC7. Grayscale: #5E5E5E. Windows color (decimal): -14384072 or 3703844. OLE color: 3703844.

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

Color convert

RGB3613256-
CMYK0.7300.580.48
HSL132.5º57.14%32.94%-
HSV(B)132.5º72.73%51.76%-
XYZ9.6917.166.54-
YUV94.63106.286.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 132 (51.95% from 255) = 58.93%
BLUE value IS 56 (22.27% from 255) = 25%
R=16.07%
G=58.93%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36132560.7300.580.48132.557.1432.94
Hex2484384903A30843921
Octal4420470111072602047141
Binary100100100001001110001001001011101011000010000100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248438; }

 p { color: rgb(36,132,56); }

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

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

 a { background-color: rgb(36,132,56); }

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

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

 span { border-color: rgb(36,132,56); }

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