Html Css Color HEX #277F2D Japanese Laurel

📋 copy color: '#277F2D'

red 39 ◦ green 127 ◦ blue 45

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

Shades of Japanese Laurel #277F2D

Tints of Japanese Laurel #277F2D

RGB

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

 GREEN value IS 127 (50% from 255) = 60.19%

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 18.48%
G = 60.19%
B = 21.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#277F2D (or 0x277F2D) is known color: Japanese Laurel. HEX triplet: 27, 7F and 2D. RGB value is (39,127,45). Sum of RGB (Red+Green+Blue) = 39+127+45=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #277F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277F2D is #D880D2. Grayscale: #5B5B5B. Windows color (decimal): -14188755 or 2981671. OLE color: 2981671.

HSL color Cylindrical-coordinate representation of color #277F2D: hue angle of 124.09º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277F2D is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 127 45 -
CMYK 0.69 0 0.65 0.50
HSL 124.09º 0.53% 0.33% -
HSV(B) 124.09º 0.69% 0.5% -
XYZ 8.9 15.8 5.06 -
YUV 91.34 101.85 90.67 -
System Red Green Blue C M Y K H S L
Decimal 39 127 45 0.69 0 0.65 0.50 124.09 0.53 0.33
Hex 27 7F 2D 45 0 41 32 7C 35 21
Octal 47 177 55 105 0 101 62 174 65 41
Binary 100111 1111111 101101 1000101 0 1000001 110010 1111100 110101 100001

Color Harmonies of #277F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277F2D

Black with #277F2D

Text Example


Text Example

White with #277F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,127,45); }

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

background-color css

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

 a { background-color: rgb(39,127,45); }

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

border-color css

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

 span { border-color: rgb(39,127,45); }

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