#238838

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

Shades of Japanese Laurel #238838

Tints of Japanese Laurel #238838

Color information

#238838 (or 0x238838) is unknown color: approx Japanese Laurel. HEX triplet: 23, 88 and 38. RGB value is (35,136,56). Sum of RGB (Red+Green+Blue) = 35+136+56=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #238838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238838 is #DC77C7. Grayscale: #606060. Windows color (decimal): -14448584 or 3704867. OLE color: 3704867.

HSL color Cylindrical-coordinate representation of color #238838: hue angle of 132.48º 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 #238838 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB3513656-
CMYK0.7400.590.47
HSL132.48º59.06%33.53%-
HSV(B)132.48º74.26%53.33%-
XYZ10.2118.256.73-
YUV96.68105.0484-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.42%
GREEN value IS 136 (53.52% from 255) = 59.91%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=15.42%
G=59.91%
B=24.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35136560.7400.590.47132.4859.0633.53
Hex2388384A03B2F843b22
Octal4321070112073572047342
Binary100011100010001110001001010011101110111110000100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238838; }

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

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

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

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

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

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

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

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