#238035

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

Shades of Japanese Laurel #238035

Tints of Japanese Laurel #238035

Color information

#238035 (or 0x238035) is unknown color: approx Japanese Laurel. HEX triplet: 23, 80 and 35. RGB value is (35,128,53). Sum of RGB (Red+Green+Blue) = 35+128+53=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #238035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238035 is #DC7FCA. Grayscale: #5B5B5B. Windows color (decimal): -14450635 or 3506211. OLE color: 3506211.

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

Color convert

RGB3512853-
CMYK0.7300.590.50
HSL131.61º57.06%31.96%-
HSV(B)131.61º72.66%50.2%-
XYZ9.0516.055.99-
YUV91.64106.1987.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=16.20%
G=59.26%
B=24.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35128530.7300.590.50131.6157.0631.96
Hex2380354903B32843920
Octal4320065111073622047140
Binary100011100000001101011001001011101111001010000100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238035; }

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

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

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

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

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

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

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

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