#248130

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

Shades of Japanese Laurel #248130

Tints of Japanese Laurel #248130

Color information

#248130 (or 0x248130) is unknown color: approx Japanese Laurel. HEX triplet: 24, 81 and 30. RGB value is (36,129,48). Sum of RGB (Red+Green+Blue) = 36+129+48=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #248130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248130 is #DB7ECF. Grayscale: #5C5C5C. Windows color (decimal): -14384848 or 3178788. OLE color: 3178788.

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

Color convert

RGB3612948-
CMYK0.7200.630.49
HSL127.74º56.36%32.35%-
HSV(B)127.74º72.09%50.59%-
XYZ9.1116.295.46-
YUV91.96103.1988.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 129 (50.78% from 255) = 60.56%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=16.90%
G=60.56%
B=22.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36129480.7200.630.49127.7456.3632.35
Hex2481304803F31803820
Octal4420160110077612007040
Binary100100100000011100001001000011111111000110000000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248130; }

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

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

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

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

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

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

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

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