#267628

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

Shades of Japanese Laurel #267628

Tints of Japanese Laurel #267628

Color information

#267628 (or 0x267628) is unknown color: approx Japanese Laurel. HEX triplet: 26, 76 and 28. RGB value is (38,118,40). Sum of RGB (Red+Green+Blue) = 38+118+40=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #267628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267628 is #D989D7. Grayscale: #555555. Windows color (decimal): -14256600 or 2651686. OLE color: 2651686.

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

Color convert

RGB3811840-
CMYK0.6800.660.54
HSL121.5º51.28%30.59%-
HSV(B)121.5º67.8%46.27%-
XYZ7.6613.524.21-
YUV85.19102.594.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=19.39%
G=60.20%
B=20.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118400.6800.660.54121.551.2830.59
Hex26762844042367a331f
Octal46166501040102661726337
Binary1001101110110101000100010001000010110110111101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267628; }

 p { color: rgb(38,118,40); }

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

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

 a { background-color: rgb(38,118,40); }

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

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

 span { border-color: rgb(38,118,40); }

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