#248235

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

Shades of Japanese Laurel #248235

Tints of Japanese Laurel #248235

Color information

#248235 (or 0x248235) is unknown color: approx Japanese Laurel. HEX triplet: 24, 82 and 35. RGB value is (36,130,53). Sum of RGB (Red+Green+Blue) = 36+130+53=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #248235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248235 is #DB7DCA. Grayscale: #5D5D5D. Windows color (decimal): -14384587 or 3506724. OLE color: 3506724.

HSL color Cylindrical-coordinate representation of color #248235: hue angle of 130.85º 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 #248235 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB3613053-
CMYK0.7200.590.49
HSL130.85º56.63%32.55%-
HSV(B)130.85º72.31%50.98%-
XYZ9.3516.66.08-
YUV93.12105.3687.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.44%
GREEN value IS 130 (51.17% from 255) = 59.36%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=16.44%
G=59.36%
B=24.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130530.7200.590.49130.8556.6332.55
Hex2482354803B31833921
Octal4420265110073612037141
Binary100100100000101101011001000011101111000110000011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248235; }

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

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

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

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

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

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

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

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