#267833

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

Shades of Japanese Laurel #267833

Tints of Japanese Laurel #267833

Color information

#267833 (or 0x267833) is unknown color: approx Japanese Laurel. HEX triplet: 26, 78 and 33. RGB value is (38,120,51). Sum of RGB (Red+Green+Blue) = 38+120+51=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #267833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267833 is #D987CC. Grayscale: #575757. Windows color (decimal): -14256077 or 3373094. OLE color: 3373094.

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

Color convert

RGB3812051-
CMYK0.6800.580.53
HSL129.51º51.9%30.98%-
HSV(B)129.51º68.33%47.06%-
XYZ8.1114.085.42-
YUV87.62107.3392.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 120 (47.27% from 255) = 57.42%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=18.18%
G=57.42%
B=24.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38120510.6800.580.53129.5151.930.98
Hex2678334403A3582341f
Octal4617063104072652026437
Binary1001101111000110011100010001110101101011000001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267833; }

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

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

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

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

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

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

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

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