#238235

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

Shades of Japanese Laurel #238235

Tints of Japanese Laurel #238235

Color information

#238235 (or 0x238235) is unknown color: approx Japanese Laurel. HEX triplet: 23, 82 and 35. RGB value is (35,130,53). Sum of RGB (Red+Green+Blue) = 35+130+53=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #238235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238235 is #DC7DCA. Grayscale: #5D5D5D. Windows color (decimal): -14450123 or 3506723. OLE color: 3506723.

HSL color Cylindrical-coordinate representation of color #238235: hue angle of 131.37º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238235 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB3513053-
CMYK0.7300.590.49
HSL131.37º57.58%32.35%-
HSV(B)131.37º73.08%50.98%-
XYZ9.3216.586.08-
YUV92.82105.5386.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=16.06%
G=59.63%
B=24.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35130530.7300.590.49131.3757.5832.35
Hex2382354903B31833a20
Octal4320265111073612037240
Binary100011100000101101011001001011101111000110000011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238235; }

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

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

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

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

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

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

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

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