#277D30

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

Shades of Japanese Laurel #277D30

Tints of Japanese Laurel #277D30

Color information

#277D30 (or 0x277D30) is unknown color: approx Japanese Laurel. HEX triplet: 27, 7D and 30. RGB value is (39,125,48). Sum of RGB (Red+Green+Blue) = 39+125+48=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #277D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277D30 is #D882CF. Grayscale: #5A5A5A. Windows color (decimal): -14189264 or 3177767. OLE color: 3177767.

HSL color Cylindrical-coordinate representation of color #277D30: hue angle of 126.28º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277D30 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB3912548-
CMYK0.6900.620.51
HSL126.28º52.44%32.16%-
HSV(B)126.28º68.8%49.02%-
XYZ8.715.315.29-
YUV90.51104.0191.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 125 (49.22% from 255) = 58.96%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=18.40%
G=58.96%
B=22.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39125480.6900.620.51126.2852.4432.16
Hex277D304503E337e3420
Octal4717560105076631766440
Binary1001111111101110000100010101111101100111111110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,125,48); }

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

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

 a { background-color: rgb(39,125,48); }

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

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

 span { border-color: rgb(39,125,48); }

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