#2F7026

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

Shades of Japanese Laurel #2F7026

Tints of Japanese Laurel #2F7026

Color information

#2F7026 (or 0x2F7026) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 70 and 26. RGB value is (47,112,38). Sum of RGB (Red+Green+Blue) = 47+112+38=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7026 is #D08FD9. Grayscale: #545454. Windows color (decimal): -13668314 or 2519087. OLE color: 2519087.

HSL color Cylindrical-coordinate representation of color #2F7026: hue angle of 112.7º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F7026 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB4711238-
CMYK0.5800.660.56
HSL112.7º49.33%29.41%-
HSV(B)112.7º66.07%43.92%-
XYZ7.3212.333.83-
YUV84.13101.97101.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=23.86%
G=56.85%
B=19.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47112380.5800.660.56112.749.3329.41
Hex2F70263A0423871311d
Octal5716046720102701616135
Binary101111111000010011011101001000010111000111000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F7026; }

 p { color: rgb(47,112,38); }

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

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

 a { background-color: rgb(47,112,38); }

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

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

 span { border-color: rgb(47,112,38); }

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