Html Css Color HEX #277A2A Japanese Laurel

📋 copy color: '#277A2A'

red 39 ◦ green 122 ◦ blue 42

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

Shades of Japanese Laurel #277A2A

Tints of Japanese Laurel #277A2A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 60.1%

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 19.21%
G = 60.1%
B = 20.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#277A2A (or 0x277A2A) is known color: Japanese Laurel. HEX triplet: 27, 7A and 2A. RGB value is (39,122,42). Sum of RGB (Red+Green+Blue) = 39+122+42=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #277A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277A2A is #D885D5. Grayscale: #585858. Windows color (decimal): -14190038 or 2783783. OLE color: 2783783.

HSL color Cylindrical-coordinate representation of color #277A2A: hue angle of 122.17º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277A2A is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 39 122 42 -
CMYK 0.68 0 0.66 0.52
HSL 122.17º 0.52% 0.32% -
HSV(B) 122.17º 0.68% 0.48% -
XYZ 8.21 14.52 4.56 -
YUV 88.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 39 122 42 0.68 0 0.66 0.52 122.17 0.52 0.32
Hex 27 7A 2A 44 0 42 34 7A 34 20
Octal 47 172 52 104 0 102 64 172 64 40
Binary 100111 1111010 101010 1000100 0 1000010 110100 1111010 110100 100000

Color Harmonies of #277A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277A2A

Black with #277A2A

Text Example


Text Example

White with #277A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,122,42); }

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

background-color css

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

 a { background-color: rgb(39,122,42); }

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

border-color css

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

 span { border-color: rgb(39,122,42); }

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