Html Css Color HEX #278434 Japanese Laurel

📋 copy color: '#278434'

red 39 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #278434

Tints of Japanese Laurel #278434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.19%

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

R = 17.49%
G = 59.19%
B = 23.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#278434 (or 0x278434) is known color: Japanese Laurel. HEX triplet: 27, 84 and 34. RGB value is (39,132,52). Sum of RGB (Red+Green+Blue) = 39+132+52=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #278434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278434 is #D87BCB. Grayscale: #5F5F5F. Windows color (decimal): -14187468 or 3441703. OLE color: 3441703.

HSL color Cylindrical-coordinate representation of color #278434: hue angle of 128.39º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278434 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 132 52 -
CMYK 0.70 0 0.61 0.48
HSL 128.39º 0.54% 0.34% -
HSV(B) 128.39º 0.7% 0.52% -
XYZ 9.71 17.18 6.05 -
YUV 95.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 39 132 52 0.70 0 0.61 0.48 128.39 0.54 0.34
Hex 27 84 34 46 0 3D 30 80 36 22
Octal 47 204 64 106 0 75 60 200 66 42
Binary 100111 10000100 110100 1000110 0 111101 110000 10000000 110110 100010

Color Harmonies of #278434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278434

Black with #278434

Text Example


Text Example

White with #278434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278434; }

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

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

background-color css

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

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

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

border-color css

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

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

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