#267C2E

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

Shades of Japanese Laurel #267C2E

Tints of Japanese Laurel #267C2E

Color information

#267C2E (or 0x267C2E) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7C and 2E. RGB value is (38,124,46). Sum of RGB (Red+Green+Blue) = 38+124+46=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #267C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C2E is #D983D1. Grayscale: #595959. Windows color (decimal): -14255058 or 3046438. OLE color: 3046438.

HSL color Cylindrical-coordinate representation of color #267C2E: hue angle of 125.58º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C2E is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB3812446-
CMYK0.6900.630.51
HSL125.58º53.09%31.76%-
HSV(B)125.58º69.35%48.63%-
XYZ8.515.025.04-
YUV89.39103.5191.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 124 (48.83% from 255) = 59.62%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=18.27%
G=59.62%
B=22.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38124460.6900.630.51125.5853.0931.76
Hex267C2E4503F337e3520
Octal4617456105077631766540
Binary1001101111100101110100010101111111100111111110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267C2E; }

 p { color: rgb(38,124,46); }

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

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

 a { background-color: rgb(38,124,46); }

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

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

 span { border-color: rgb(38,124,46); }

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