#267830

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

Shades of Japanese Laurel #267830

Tints of Japanese Laurel #267830

Color information

#267830 (or 0x267830) is unknown color: approx Japanese Laurel. HEX triplet: 26, 78 and 30. RGB value is (38,120,48). Sum of RGB (Red+Green+Blue) = 38+120+48=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #267830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267830 is #D987CF. Grayscale: #575757. Windows color (decimal): -14256080 or 3176486. OLE color: 3176486.

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

Color convert

RGB3812048-
CMYK0.6800.600.53
HSL127.32º51.9%30.98%-
HSV(B)127.32º68.33%47.06%-
XYZ8.0514.065.09-
YUV87.27105.8392.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 120 (47.27% from 255) = 58.25%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=18.45%
G=58.25%
B=23.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38120480.6800.600.53127.3251.930.98
Hex2678304403C357f341f
Octal4617060104074651776437
Binary100110111100011000010001000111100110101111111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267830; }

 p { color: rgb(38,120,48); }

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

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

 a { background-color: rgb(38,120,48); }

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

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

 span { border-color: rgb(38,120,48); }

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