#267932

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

Shades of Japanese Laurel #267932

Tints of Japanese Laurel #267932

Color information

#267932 (or 0x267932) is unknown color: approx Japanese Laurel. HEX triplet: 26, 79 and 32. RGB value is (38,121,50). Sum of RGB (Red+Green+Blue) = 38+121+50=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #267932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267932 is #D986CD. Grayscale: #585858. Windows color (decimal): -14255822 or 3307814. OLE color: 3307814.

HSL color Cylindrical-coordinate representation of color #267932: hue angle of 128.67º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267932 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB3812150-
CMYK0.6900.590.53
HSL128.67º52.2%31.18%-
HSV(B)128.67º68.6%47.45%-
XYZ8.2114.325.35-
YUV88.09106.592.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 121 (47.66% from 255) = 57.89%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=18.18%
G=57.89%
B=23.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38121500.6900.590.53128.6752.231.18
Hex2679324503B3581341f
Octal4617162105073652016437
Binary1001101111001110010100010101110111101011000000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267932; }

 p { color: rgb(38,121,50); }

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

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

 a { background-color: rgb(38,121,50); }

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

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

 span { border-color: rgb(38,121,50); }

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