#268739

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

Shades of Japanese Laurel #268739

Tints of Japanese Laurel #268739

Color information

#268739 (or 0x268739) is unknown color: approx Japanese Laurel. HEX triplet: 26, 87 and 39. RGB value is (38,135,57). Sum of RGB (Red+Green+Blue) = 38+135+57=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #268739 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268739 is #D978C6. Grayscale: #616161. Windows color (decimal): -14252231 or 3770150. OLE color: 3770150.

HSL color Cylindrical-coordinate representation of color #268739: hue angle of 131.75º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268739 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB3813557-
CMYK0.7200.580.47
HSL131.75º56.07%33.92%-
HSV(B)131.75º71.85%52.94%-
XYZ10.218.046.81-
YUV97.1105.3685.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 135 (53.12% from 255) = 58.70%
BLUE value IS 57 (22.66% from 255) = 24.78%
R=16.52%
G=58.70%
B=24.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38135570.7200.580.47131.7556.0733.92
Hex2687394803A2F843822
Octal4620771110072572047042
Binary100110100001111110011001000011101010111110000100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268739; }

 p { color: rgb(38,135,57); }

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

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

 a { background-color: rgb(38,135,57); }

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

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

 span { border-color: rgb(38,135,57); }

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