#248033

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

Shades of Japanese Laurel #248033

Tints of Japanese Laurel #248033

Color information

#248033 (or 0x248033) is unknown color: approx Japanese Laurel. HEX triplet: 24, 80 and 33. RGB value is (36,128,51). Sum of RGB (Red+Green+Blue) = 36+128+51=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #248033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248033 is #DB7FCC. Grayscale: #5B5B5B. Windows color (decimal): -14385101 or 3375140. OLE color: 3375140.

HSL color Cylindrical-coordinate representation of color #248033: hue angle of 129.78º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248033 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB3612851-
CMYK0.7200.600.50
HSL129.78º56.1%32.16%-
HSV(B)129.78º71.88%50.2%-
XYZ9.0416.055.75-
YUV91.71105.0288.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.74%
GREEN value IS 128 (50.39% from 255) = 59.53%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=16.74%
G=59.53%
B=23.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36128510.7200.600.50129.7856.132.16
Hex2480334803C32823820
Octal4420063110074622027040
Binary100100100000001100111001000011110011001010000010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248033; }

 p { color: rgb(36,128,51); }

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

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

 a { background-color: rgb(36,128,51); }

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

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

 span { border-color: rgb(36,128,51); }

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