#23883B

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

Shades of Japanese Laurel #23883B

Tints of Japanese Laurel #23883B

Color information

#23883B (or 0x23883B) is unknown color: approx Japanese Laurel. HEX triplet: 23, 88 and 3B. RGB value is (35,136,59). Sum of RGB (Red+Green+Blue) = 35+136+59=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #23883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23883B is #DC77C4. Grayscale: #616161. Windows color (decimal): -14448581 or 3901475. OLE color: 3901475.

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

Color convert

RGB3513659-
CMYK0.7400.570.47
HSL134.26º59.06%33.53%-
HSV(B)134.26º74.26%53.33%-
XYZ10.2918.287.12-
YUV97.02106.5483.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 136 (53.52% from 255) = 59.13%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=15.22%
G=59.13%
B=25.65%

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
Decimal35136590.7400.570.47134.2659.0633.53
Hex23883B4A0392F863b22
Octal4321073112071572067342
Binary100011100010001110111001010011100110111110000110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23883B; }

 p { color: rgb(35,136,59); }

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

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

 a { background-color: rgb(35,136,59); }

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

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

 span { border-color: rgb(35,136,59); }

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