Html Css Color HEX #278331 Japanese Laurel

📋 copy color: '#278331'

red 39 ◦ green 131 ◦ blue 49

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

Shades of Japanese Laurel #278331

Tints of Japanese Laurel #278331

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.82%

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

R = 17.81%
G = 59.82%
B = 22.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#278331 (or 0x278331) is known color: Japanese Laurel. HEX triplet: 27, 83 and 31. RGB value is (39,131,49). Sum of RGB (Red+Green+Blue) = 39+131+49=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #278331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278331 is #D87CCE. Grayscale: #5E5E5E. Windows color (decimal): -14187727 or 3244839. OLE color: 3244839.

HSL color Cylindrical-coordinate representation of color #278331: hue angle of 126.52º 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 #278331 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 131 49 -
CMYK 0.70 0 0.63 0.49
HSL 126.52º 0.54% 0.33% -
HSV(B) 126.52º 0.7% 0.51% -
XYZ 9.51 16.89 5.66 -
YUV 94.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 39 131 49 0.70 0 0.63 0.49 126.52 0.54 0.33
Hex 27 83 31 46 0 3F 31 7F 36 21
Octal 47 203 61 106 0 77 61 177 66 41
Binary 100111 10000011 110001 1000110 0 111111 110001 1111111 110110 100001

Color Harmonies of #278331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278331

Black with #278331

Text Example


Text Example

White with #278331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278331; }

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

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

background-color css

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

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

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

border-color css

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

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

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