#267829

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

Shades of Japanese Laurel #267829

Tints of Japanese Laurel #267829

Color information

#267829 (or 0x267829) is unknown color: approx Japanese Laurel. HEX triplet: 26, 78 and 29. RGB value is (38,120,41). Sum of RGB (Red+Green+Blue) = 38+120+41=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 120 (47.27% from 255 or 60.30% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 120 - color contains mainly: green. Hex color #267829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267829 is #D987D6. Grayscale: #565656. Windows color (decimal): -14256087 or 2717734. OLE color: 2717734.

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

Color convert

RGB3812041-
CMYK0.6800.660.53
HSL122.2º51.9%30.98%-
HSV(B)122.2º68.33%47.06%-
XYZ7.9214.014.38-
YUV86.48102.3393.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 120 (47.27% from 255) = 60.30%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=19.10%
G=60.30%
B=20.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38120410.6800.660.53122.251.930.98
Hex26782944042357a341f
Octal46170511040102651726437
Binary1001101111000101001100010001000010110101111101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267829; }

 p { color: rgb(38,120,41); }

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

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

 a { background-color: rgb(38,120,41); }

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

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

 span { border-color: rgb(38,120,41); }

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