#268A38

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

Shades of Japanese Laurel #268A38

Tints of Japanese Laurel #268A38

Color information

#268A38 (or 0x268A38) is unknown color: approx Japanese Laurel. HEX triplet: 26, 8A and 38. RGB value is (38,138,56). Sum of RGB (Red+Green+Blue) = 38+138+56=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #268A38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268A38 is #D975C7. Grayscale: #626262. Windows color (decimal): -14251464 or 3705382. OLE color: 3705382.

HSL color Cylindrical-coordinate representation of color #268A38: hue angle of 130.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A38 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB3813856-
CMYK0.7200.590.46
HSL130.8º56.82%34.51%-
HSV(B)130.8º72.46%54.12%-
XYZ10.618.876.83-
YUV98.75103.8784.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 138 (54.30% from 255) = 59.48%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=16.38%
G=59.48%
B=24.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38138560.7200.590.46130.856.8234.51
Hex268A384803B2E833923
Octal4621270110073562037143
Binary100110100010101110001001000011101110111010000011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268A38; }

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

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

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

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

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

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

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

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