#277A2F

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

Shades of Japanese Laurel #277A2F

Tints of Japanese Laurel #277A2F

Color information

#277A2F (or 0x277A2F) is unknown color: approx Japanese Laurel. HEX triplet: 27, 7A and 2F. RGB value is (39,122,47). Sum of RGB (Red+Green+Blue) = 39+122+47=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #277A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277A2F is #D885D0. Grayscale: #585858. Windows color (decimal): -14190033 or 3111463. OLE color: 3111463.

HSL color Cylindrical-coordinate representation of color #277A2F: hue angle of 125.78º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277A2F is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB3912247-
CMYK0.6800.610.52
HSL125.78º51.55%31.57%-
HSV(B)125.78º68.03%47.84%-
XYZ8.3114.565.06-
YUV88.63104.592.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 122 (48.05% from 255) = 58.65%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=18.75%
G=58.65%
B=22.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39122470.6800.610.52125.7851.5531.57
Hex277A2F4403D347e3420
Octal4717257104075641766440
Binary1001111111010101111100010001111011101001111110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277A2F; }

 p { color: rgb(39,122,47); }

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

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

 a { background-color: rgb(39,122,47); }

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

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

 span { border-color: rgb(39,122,47); }

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