Html Css Color HEX #277C2E Japanese Laurel

📋 copy color: '#277C2E'

red 39 ◦ green 124 ◦ blue 46

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

Shades of Japanese Laurel #277C2E

Tints of Japanese Laurel #277C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.01%

R = 18.66%
G = 59.33%
B = 22.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#277C2E (or 0x277C2E) is known color: Japanese Laurel. HEX triplet: 27, 7C and 2E. RGB value is (39,124,46). Sum of RGB (Red+Green+Blue) = 39+124+46=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 124 (48.83% from 255 or 59.33% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 124 - color contains mainly: green. Hex color #277C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C2E is #D883D1. Grayscale: #595959. Windows color (decimal): -14189522 or 3046439. OLE color: 3046439.

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

Color convert

RGB 39 124 46 -
CMYK 0.69 0 0.63 0.51
HSL 124.94º 0.52% 0.32% -
HSV(B) 124.94º 0.69% 0.49% -
XYZ 8.54 15.04 5.04 -
YUV 89.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 39 124 46 0.69 0 0.63 0.51 124.94 0.52 0.32
Hex 27 7C 2E 45 0 3F 33 7D 34 20
Octal 47 174 56 105 0 77 63 175 64 40
Binary 100111 1111100 101110 1000101 0 111111 110011 1111101 110100 100000

Color Harmonies of #277C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C2E

Black with #277C2E

Text Example


Text Example

White with #277C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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