#267F37

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

Shades of Japanese Laurel #267F37

Tints of Japanese Laurel #267F37

Color information

#267F37 (or 0x267F37) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7F and 37. RGB value is (38,127,55). Sum of RGB (Red+Green+Blue) = 38+127+55=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #267F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F37 is #D980C8. Grayscale: #5C5C5C. Windows color (decimal): -14254281 or 3637030. OLE color: 3637030.

HSL color Cylindrical-coordinate representation of color #267F37: hue angle of 131.46º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F37 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB3812755-
CMYK0.7000.570.50
HSL131.46º53.94%32.35%-
HSV(B)131.46º70.08%49.8%-
XYZ9.0815.876.2-
YUV92.18107.0189.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 127 (50% from 255) = 57.73%
BLUE value IS 55 (21.88% from 255) = 25%
R=17.27%
G=57.73%
B=25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38127550.7000.570.50131.4653.9432.35
Hex267F374603932833620
Octal4617767106071622036640
Binary10011011111111101111000110011100111001010000011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,127,55); }

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

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

 a { background-color: rgb(38,127,55); }

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

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

 span { border-color: rgb(38,127,55); }

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