Html Css Color HEX #278131 Japanese Laurel

📋 copy color: '#278131'

red 39 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #278131

Tints of Japanese Laurel #278131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.45%

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 17.97%
G = 59.45%
B = 22.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#278131 (or 0x278131) is known color: Japanese Laurel. HEX triplet: 27, 81 and 31. RGB value is (39,129,49). Sum of RGB (Red+Green+Blue) = 39+129+49=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #278131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278131 is #D87ECE. Grayscale: #5D5D5D. Windows color (decimal): -14188239 or 3244327. OLE color: 3244327.

HSL color Cylindrical-coordinate representation of color #278131: hue angle of 126.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278131 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 129 49 -
CMYK 0.70 0 0.62 0.49
HSL 126.67º 0.54% 0.33% -
HSV(B) 126.67º 0.7% 0.51% -
XYZ 9.24 16.35 5.58 -
YUV 92.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 39 129 49 0.70 0 0.62 0.49 126.67 0.54 0.33
Hex 27 81 31 46 0 3E 31 7F 36 21
Octal 47 201 61 106 0 76 61 177 66 41
Binary 100111 10000001 110001 1000110 0 111110 110001 1111111 110110 100001

Color Harmonies of #278131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278131

Black with #278131

Text Example


Text Example

White with #278131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278131; }

 p { color: rgb(39,129,49); }

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

background-color css

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

 a { background-color: rgb(39,129,49); }

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

border-color css

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

 span { border-color: rgb(39,129,49); }

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