#268439

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

Shades of Japanese Laurel #268439

Tints of Japanese Laurel #268439

Color information

#268439 (or 0x268439) is unknown color: approx Japanese Laurel. HEX triplet: 26, 84 and 39. RGB value is (38,132,57). Sum of RGB (Red+Green+Blue) = 38+132+57=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #268439 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268439 is #D97BC6. Grayscale: #5F5F5F. Windows color (decimal): -14252999 or 3769382. OLE color: 3769382.

HSL color Cylindrical-coordinate representation of color #268439: hue angle of 132.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268439 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB3813257-
CMYK0.7100.570.48
HSL132.13º55.29%33.33%-
HSV(B)132.13º71.21%51.76%-
XYZ9.7917.216.68-
YUV95.34106.3687.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=16.74%
G=58.15%
B=25.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38132570.7100.570.48132.1355.2933.33
Hex2684394703930843721
Octal4620471107071602046741
Binary100110100001001110011000111011100111000010000100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268439; }

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

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

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

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

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

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

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

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