#277926

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

Shades of Japanese Laurel #277926

Tints of Japanese Laurel #277926

Color information

#277926 (or 0x277926) is unknown color: approx Japanese Laurel. HEX triplet: 27, 79 and 26. RGB value is (39,121,38). Sum of RGB (Red+Green+Blue) = 39+121+38=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #277926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277926 is #D886D9. Grayscale: #575757. Windows color (decimal): -14190298 or 2521383. OLE color: 2521383.

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

Color convert

RGB3912138-
CMYK0.6800.690.53
HSL119.28º52.2%31.18%-
HSV(B)119.28º68.6%47.45%-
XYZ8.0214.254.16-
YUV87.02100.3393.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 121 (47.66% from 255) = 61.11%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=19.70%
G=61.11%
B=19.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39121380.6800.690.53119.2852.231.18
Hex277926440453577341f
Octal47171461040105651676437
Binary1001111111001100110100010001000101110101111011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277926; }

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

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

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

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

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

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

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

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