Html Css Color HEX #278336 Japanese Laurel

📋 copy color: '#278336'

red 39 ◦ green 131 ◦ blue 54

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

Shades of Japanese Laurel #278336

Tints of Japanese Laurel #278336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 17.41%
G = 58.48%
B = 24.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#278336 (or 0x278336) is known color: Japanese Laurel. HEX triplet: 27, 83 and 36. RGB value is (39,131,54). Sum of RGB (Red+Green+Blue) = 39+131+54=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #278336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278336 is #D87CC9. Grayscale: #5E5E5E. Windows color (decimal): -14187722 or 3572519. OLE color: 3572519.

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

Color convert

RGB 39 131 54 -
CMYK 0.70 0 0.59 0.49
HSL 129.78º 0.54% 0.33% -
HSV(B) 129.78º 0.7% 0.51% -
XYZ 9.62 16.93 6.25 -
YUV 94.71 105.02 88.26 -
System Red Green Blue C M Y K H S L
Decimal 39 131 54 0.70 0 0.59 0.49 129.78 0.54 0.33
Hex 27 83 36 46 0 3B 31 82 36 21
Octal 47 203 66 106 0 73 61 202 66 41
Binary 100111 10000011 110110 1000110 0 111011 110001 10000010 110110 100001

Color Harmonies of #278336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278336

Black with #278336

Text Example


Text Example

White with #278336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278336; }

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

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

background-color css

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

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

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

border-color css

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

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

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