#248A39

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

Shades of Japanese Laurel #248A39

Tints of Japanese Laurel #248A39

Color information

#248A39 (or 0x248A39) is unknown color: approx Japanese Laurel. HEX triplet: 24, 8A and 39. RGB value is (36,138,57). Sum of RGB (Red+Green+Blue) = 36+138+57=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #248A39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A39 is #DB75C6. Grayscale: #626262. Windows color (decimal): -14382535 or 3770916. OLE color: 3770916.

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

Color convert

RGB3613857-
CMYK0.7400.590.46
HSL132.35º58.62%34.12%-
HSV(B)132.35º73.91%54.12%-
XYZ10.5518.856.95-
YUV98.27104.7183.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 138 (54.30% from 255) = 59.74%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=15.58%
G=59.74%
B=24.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138570.7400.590.46132.3558.6234.12
Hex248A394A03B2E843b22
Octal4421271112073562047342
Binary100100100010101110011001010011101110111010000100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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