Html Css Color HEX #278139 Japanese Laurel

📋 copy color: '#278139'

red 39 ◦ green 129 ◦ blue 57

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

Shades of Japanese Laurel #278139

Tints of Japanese Laurel #278139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 17.33%
G = 57.33%
B = 25.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#278139 (or 0x278139) is known color: Japanese Laurel. HEX triplet: 27, 81 and 39. RGB value is (39,129,57). Sum of RGB (Red+Green+Blue) = 39+129+57=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #278139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278139 is #D87EC6. Grayscale: #5E5E5E. Windows color (decimal): -14188231 or 3768615. OLE color: 3768615.

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

Color convert

RGB 39 129 57 -
CMYK 0.70 0 0.56 0.49
HSL 132º 0.54% 0.33% -
HSV(B) 132º 0.7% 0.51% -
XYZ 9.43 16.43 6.54 -
YUV 93.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 39 129 57 0.70 0 0.56 0.49 132 0.54 0.33
Hex 27 81 39 46 0 38 31 84 36 21
Octal 47 201 71 106 0 70 61 204 66 41
Binary 100111 10000001 111001 1000110 0 111000 110001 10000100 110110 100001

Color Harmonies of #278139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278139

Black with #278139

Text Example


Text Example

White with #278139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278139; }

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

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

background-color css

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

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

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

border-color css

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

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

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