#267729

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

Shades of Japanese Laurel #267729

Tints of Japanese Laurel #267729

Color information

#267729 (or 0x267729) is unknown color: approx Japanese Laurel. HEX triplet: 26, 77 and 29. RGB value is (38,119,41). Sum of RGB (Red+Green+Blue) = 38+119+41=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #267729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267729 is #D988D6. Grayscale: #565656. Windows color (decimal): -14256343 or 2717478. OLE color: 2717478.

HSL color Cylindrical-coordinate representation of color #267729: hue angle of 122.22º 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 #267729 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB3811941-
CMYK0.6800.660.53
HSL122.22º51.59%30.78%-
HSV(B)122.22º68.07%46.67%-
XYZ7.813.774.34-
YUV85.89102.6693.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 119 (46.88% from 255) = 60.10%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=19.19%
G=60.10%
B=20.71%

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
Decimal38119410.6800.660.53122.2251.5930.78
Hex26772944042357a341f
Octal46167511040102651726437
Binary1001101110111101001100010001000010110101111101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267729; }

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

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

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

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

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

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

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

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