#277925

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

Shades of Japanese Laurel #277925

Tints of Japanese Laurel #277925

Color information

#277925 (or 0x277925) is unknown color: approx Japanese Laurel. HEX triplet: 27, 79 and 25. RGB value is (39,121,37). Sum of RGB (Red+Green+Blue) = 39+121+37=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #277925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277925 is #D886DA. Grayscale: #575757. Windows color (decimal): -14190299 or 2455847. OLE color: 2455847.

HSL color Cylindrical-coordinate representation of color #277925: hue angle of 118.57º degrees, saturation: 0.53, 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 #277925 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB3912137-
CMYK0.6800.690.53
HSL118.57º53.16%30.98%-
HSV(B)118.57º69.42%47.45%-
XYZ8.0114.244.08-
YUV86.9199.8393.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 121 (47.66% from 255) = 61.42%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=19.80%
G=61.42%
B=18.78%

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
Decimal39121370.6800.690.53118.5753.1630.98
Hex277925440453577351f
Octal47171451040105651676537
Binary1001111111001100101100010001000101110101111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277925; }

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

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

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

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

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

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

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

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