#267A2E

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

Shades of Japanese Laurel #267A2E

Tints of Japanese Laurel #267A2E

Color information

#267A2E (or 0x267A2E) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7A and 2E. RGB value is (38,122,46). Sum of RGB (Red+Green+Blue) = 38+122+46=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #267A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A2E is #D985D1. Grayscale: #585858. Windows color (decimal): -14255570 or 3045926. OLE color: 3045926.

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

Color convert

RGB3812246-
CMYK0.6900.620.52
HSL125.71º52.5%31.37%-
HSV(B)125.71º68.85%47.84%-
XYZ8.2514.534.95-
YUV88.22104.1792.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 122 (48.05% from 255) = 59.22%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=18.45%
G=59.22%
B=22.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38122460.6900.620.52125.7152.531.37
Hex267A2E4503E347e341f
Octal4617256105076641766437
Binary100110111101010111010001010111110110100111111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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