Html Css Color HEX #278634 Japanese Laurel

📋 copy color: '#278634'

red 39 ◦ green 134 ◦ blue 52

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

Shades of Japanese Laurel #278634

Tints of Japanese Laurel #278634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.56%

 BLUE value IS 52 (20.7% from 255) = 23.11%

R = 17.33%
G = 59.56%
B = 23.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#278634 (or 0x278634) is known color: Japanese Laurel. HEX triplet: 27, 86 and 34. RGB value is (39,134,52). Sum of RGB (Red+Green+Blue) = 39+134+52=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #278634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278634 is #D879CB. Grayscale: #606060. Windows color (decimal): -14186956 or 3442215. OLE color: 3442215.

HSL color Cylindrical-coordinate representation of color #278634: hue angle of 128.21º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278634 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 134 52 -
CMYK 0.71 0 0.61 0.47
HSL 128.21º 0.55% 0.34% -
HSV(B) 128.21º 0.71% 0.53% -
XYZ 9.98 17.73 6.14 -
YUV 96.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 39 134 52 0.71 0 0.61 0.47 128.21 0.55 0.34
Hex 27 86 34 47 0 3D 2F 80 37 22
Octal 47 206 64 107 0 75 57 200 67 42
Binary 100111 10000110 110100 1000111 0 111101 101111 10000000 110111 100010

Color Harmonies of #278634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278634

Black with #278634

Text Example


Text Example

White with #278634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278634; }

 p { color: rgb(39,134,52); }

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

background-color css

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

 a { background-color: rgb(39,134,52); }

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

border-color css

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

 span { border-color: rgb(39,134,52); }

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