#23873A

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

Shades of Japanese Laurel #23873A

Tints of Japanese Laurel #23873A

Color information

#23873A (or 0x23873A) is unknown color: approx Japanese Laurel. HEX triplet: 23, 87 and 3A. RGB value is (35,135,58). Sum of RGB (Red+Green+Blue) = 35+135+58=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #23873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23873A is #DC78C5. Grayscale: #606060. Windows color (decimal): -14448838 or 3835683. OLE color: 3835683.

HSL color Cylindrical-coordinate representation of color #23873A: hue angle of 133.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23873A is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB3513558-
CMYK0.7400.570.47
HSL133.8º58.82%33.33%-
HSV(B)133.8º74.07%52.94%-
XYZ10.1217.996.94-
YUV96.32106.3784.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 135 (53.12% from 255) = 59.21%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=15.35%
G=59.21%
B=25.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35135580.7400.570.47133.858.8233.33
Hex23873A4A0392F863b21
Octal4320772112071572067341
Binary100011100001111110101001010011100110111110000110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23873A; }

 p { color: rgb(35,135,58); }

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

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

 a { background-color: rgb(35,135,58); }

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

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

 span { border-color: rgb(35,135,58); }

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