Html Css Color HEX #277C35 Japanese Laurel

📋 copy color: '#277C35'

red 39 ◦ green 124 ◦ blue 53

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

Shades of Japanese Laurel #277C35

Tints of Japanese Laurel #277C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 18.06%
G = 57.41%
B = 24.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#277C35 (or 0x277C35) is known color: Japanese Laurel. HEX triplet: 27, 7C and 35. RGB value is (39,124,53). Sum of RGB (Red+Green+Blue) = 39+124+53=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #277C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C35 is #D883CA. Grayscale: #5A5A5A. Windows color (decimal): -14189515 or 3505191. OLE color: 3505191.

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

Color convert

RGB 39 124 53 -
CMYK 0.69 0 0.57 0.51
HSL 129.88º 0.52% 0.32% -
HSV(B) 129.88º 0.69% 0.49% -
XYZ 8.69 15.1 5.83 -
YUV 90.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 39 124 53 0.69 0 0.57 0.51 129.88 0.52 0.32
Hex 27 7C 35 45 0 39 33 82 34 20
Octal 47 174 65 105 0 71 63 202 64 40
Binary 100111 1111100 110101 1000101 0 111001 110011 10000010 110100 100000

Color Harmonies of #277C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C35

Black with #277C35

Text Example


Text Example

White with #277C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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