#267A2D

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

Shades of Japanese Laurel #267A2D

Tints of Japanese Laurel #267A2D

Color information

#267A2D (or 0x267A2D) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7A and 2D. RGB value is (38,122,45). Sum of RGB (Red+Green+Blue) = 38+122+45=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #267A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A2D is #D985D2. Grayscale: #585858. Windows color (decimal): -14255571 or 2980390. OLE color: 2980390.

HSL color Cylindrical-coordinate representation of color #267A2D: hue angle of 125º 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 #267A2D is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB3812245-
CMYK0.6900.630.52
HSL125º52.5%31.37%-
HSV(B)125º68.85%47.84%-
XYZ8.2314.524.85-
YUV88.11103.6792.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=18.54%
G=59.51%
B=21.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38122450.6900.630.5212552.531.37
Hex267A2D4503F347d341f
Octal4617255105077641756437
Binary100110111101010110110001010111111110100111110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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