Html Css Color HEX #277E35 Japanese Laurel

📋 copy color: '#277E35'

red 39 ◦ green 126 ◦ blue 53

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

Shades of Japanese Laurel #277E35

Tints of Japanese Laurel #277E35

RGB

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

 GREEN value IS 126 (49.61% from 255) = 57.8%

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

R = 17.89%
G = 57.8%
B = 24.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#277E35 (or 0x277E35) is known color: Japanese Laurel. HEX triplet: 27, 7E and 35. RGB value is (39,126,53). Sum of RGB (Red+Green+Blue) = 39+126+53=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #277E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277E35 is #D881CA. Grayscale: #5B5B5B. Windows color (decimal): -14189003 or 3505703. OLE color: 3505703.

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

Color convert

RGB 39 126 53 -
CMYK 0.69 0 0.58 0.51
HSL 129.66º 0.53% 0.32% -
HSV(B) 129.66º 0.69% 0.49% -
XYZ 8.94 15.61 5.91 -
YUV 91.67 106.18 90.44 -
System Red Green Blue C M Y K H S L
Decimal 39 126 53 0.69 0 0.58 0.51 129.66 0.53 0.32
Hex 27 7E 35 45 0 3A 33 82 35 20
Octal 47 176 65 105 0 72 63 202 65 40
Binary 100111 1111110 110101 1000101 0 111010 110011 10000010 110101 100000

Color Harmonies of #277E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277E35

Black with #277E35

Text Example


Text Example

White with #277E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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