#277A26

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

Shades of Japanese Laurel #277A26

Tints of Japanese Laurel #277A26

Color information

#277A26 (or 0x277A26) is unknown color: approx Japanese Laurel. HEX triplet: 27, 7A and 26. RGB value is (39,122,38). Sum of RGB (Red+Green+Blue) = 39+122+38=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #277A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277A26 is #D885D9. Grayscale: #575757. Windows color (decimal): -14190042 or 2521639. OLE color: 2521639.

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

Color convert

RGB3912238-
CMYK0.6800.690.52
HSL119.29º52.5%31.37%-
HSV(B)119.29º68.85%47.84%-
XYZ8.1514.494.2-
YUV87.6110093.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 122 (48.05% from 255) = 61.31%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=19.60%
G=61.31%
B=19.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39122380.6800.690.52119.2952.531.37
Hex277A26440453477341f
Octal47172461040105641676437
Binary1001111111010100110100010001000101110100111011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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