Html Css Color HEX #277C3A Japanese Laurel

📋 copy color: '#277C3A'

red 39 ◦ green 124 ◦ blue 58

#277C3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #277C3A

Tints of Japanese Laurel #277C3A

RGB

 RED value IS 39 (15.63% from 255) = 17.65%

 GREEN value IS 124 (48.83% from 255) = 56.11%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 17.65%
G = 56.11%
B = 26.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#277C3A (or 0x277C3A) is known color: Japanese Laurel. HEX triplet: 27, 7C and 3A. RGB value is (39,124,58). Sum of RGB (Red+Green+Blue) = 39+124+58=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #277C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C3A is #D883C5. Grayscale: #5B5B5B. Windows color (decimal): -14189510 or 3832871. OLE color: 3832871.

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

Color convert

RGB 39 124 58 -
CMYK 0.69 0 0.53 0.51
HSL 133.41º 0.52% 0.32% -
HSV(B) 133.41º 0.69% 0.49% -
XYZ 8.81 15.15 6.46 -
YUV 91.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 39 124 58 0.69 0 0.53 0.51 133.41 0.52 0.32
Hex 27 7C 3A 45 0 35 33 85 34 20
Octal 47 174 72 105 0 65 63 205 64 40
Binary 100111 1111100 111010 1000101 0 110101 110011 10000101 110100 100000

Color Harmonies of #277C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C3A

Black with #277C3A

Text Example


Text Example

White with #277C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,124,58); }

 H1.HeaderClassName
 {
   color: #277C3A;
 }
 .AnyTagClassName
 {
   color: #277C3A;
 }
</style>

background-color css

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

 a { background-color: rgb(39,124,58); }

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

border-color css

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

 span { border-color: rgb(39,124,58); }

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