#268038

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

Shades of Japanese Laurel #268038

Tints of Japanese Laurel #268038

Color information

#268038 (or 0x268038) is unknown color: approx Japanese Laurel. HEX triplet: 26, 80 and 38. RGB value is (38,128,56). Sum of RGB (Red+Green+Blue) = 38+128+56=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #268038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268038 is #D97FC7. Grayscale: #5D5D5D. Windows color (decimal): -14254024 or 3702822. OLE color: 3702822.

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

Color convert

RGB3812856-
CMYK0.7000.560.50
HSL132º54.22%32.55%-
HSV(B)132º70.31%50.2%-
XYZ9.2316.146.37-
YUV92.88107.1888.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 128 (50.39% from 255) = 57.66%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=17.12%
G=57.66%
B=25.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38128560.7000.560.5013254.2232.55
Hex2680384603832843621
Octal4620070106070622046641
Binary100110100000001110001000110011100011001010000100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268038; }

 p { color: rgb(38,128,56); }

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

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

 a { background-color: rgb(38,128,56); }

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

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

 span { border-color: rgb(38,128,56); }

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