#238432

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

Shades of Japanese Laurel #238432

Tints of Japanese Laurel #238432

Color information

#238432 (or 0x238432) is unknown color: approx Japanese Laurel. HEX triplet: 23, 84 and 32. RGB value is (35,132,50). Sum of RGB (Red+Green+Blue) = 35+132+50=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #238432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238432 is #DC7BCD. Grayscale: #5D5D5D. Windows color (decimal): -14449614 or 3310627. OLE color: 3310627.

HSL color Cylindrical-coordinate representation of color #238432: hue angle of 129.28º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238432 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB3513250-
CMYK0.7300.620.48
HSL129.28º58.08%32.75%-
HSV(B)129.28º73.48%51.76%-
XYZ9.5217.095.81-
YUV93.65103.3686.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 132 (51.95% from 255) = 60.83%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=16.13%
G=60.83%
B=23.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35132500.7300.620.48129.2858.0832.75
Hex2384324903E30813a21
Octal4320462111076602017241
Binary100011100001001100101001001011111011000010000001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238432; }

 p { color: rgb(35,132,50); }

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

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

 a { background-color: rgb(35,132,50); }

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

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

 span { border-color: rgb(35,132,50); }

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