#248A3A

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

Shades of Japanese Laurel #248A3A

Tints of Japanese Laurel #248A3A

Color information

#248A3A (or 0x248A3A) is unknown color: approx Japanese Laurel. HEX triplet: 24, 8A and 3A. RGB value is (36,138,58). Sum of RGB (Red+Green+Blue) = 36+138+58=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #248A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A3A is #DB75C5. Grayscale: #626262. Windows color (decimal): -14382534 or 3836452. OLE color: 3836452.

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

Color convert

RGB3613858-
CMYK0.7400.580.46
HSL132.94º58.62%34.12%-
HSV(B)132.94º73.91%54.12%-
XYZ10.5818.867.09-
YUV98.38105.2183.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.52%
GREEN value IS 138 (54.30% from 255) = 59.48%
BLUE value IS 58 (23.05% from 255) = 25%
R=15.52%
G=59.48%
B=25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138580.7400.580.46132.9458.6234.12
Hex248A3A4A03A2E853b22
Octal4421272112072562057342
Binary100100100010101110101001010011101010111010000101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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