#238234

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

Shades of Japanese Laurel #238234

Tints of Japanese Laurel #238234

Color information

#238234 (or 0x238234) is unknown color: approx Japanese Laurel. HEX triplet: 23, 82 and 34. RGB value is (35,130,52). Sum of RGB (Red+Green+Blue) = 35+130+52=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #238234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238234 is #DC7DCB. Grayscale: #5C5C5C. Windows color (decimal): -14450124 or 3441187. OLE color: 3441187.

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

Color convert

RGB3513052-
CMYK0.7300.600.49
HSL130.74º57.58%32.35%-
HSV(B)130.74º73.08%50.98%-
XYZ9.316.575.96-
YUV92.7105.0386.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=16.13%
G=59.91%
B=23.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35130520.7300.600.49130.7457.5832.35
Hex2382344903C31833a20
Octal4320264111074612037240
Binary100011100000101101001001001011110011000110000011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238234; }

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

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

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

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

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

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

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

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