#238036

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

Shades of Japanese Laurel #238036

Tints of Japanese Laurel #238036

Color information

#238036 (or 0x238036) is unknown color: approx Japanese Laurel. HEX triplet: 23, 80 and 36. RGB value is (35,128,54). Sum of RGB (Red+Green+Blue) = 35+128+54=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #238036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238036 is #DC7FC9. Grayscale: #5B5B5B. Windows color (decimal): -14450634 or 3571747. OLE color: 3571747.

HSL color Cylindrical-coordinate representation of color #238036: hue angle of 132.26º 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 #238036 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB3512854-
CMYK0.7300.580.50
HSL132.26º57.06%31.96%-
HSV(B)132.26º72.66%50.2%-
XYZ9.0816.066.11-
YUV91.76106.6987.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=16.13%
G=58.99%
B=24.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35128540.7300.580.50132.2657.0631.96
Hex2380364903A32843920
Octal4320066111072622047140
Binary100011100000001101101001001011101011001010000100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238036; }

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

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

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

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

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

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

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

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