#278235

Color #278235 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #278235

Tints of Japanese Laurel #278235

Color information

#278235 (or 0x278235) is unknown color: approx Japanese Laurel. HEX triplet: 27, 82 and 35. RGB value is (39,130,53). Sum of RGB (Red+Green+Blue) = 39+130+53=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #278235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278235 is #D87DCA. Grayscale: #5E5E5E. Windows color (decimal): -14187979 or 3506727. OLE color: 3506727.

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

Color convert

RGB3913053-
CMYK0.7000.590.49
HSL129.23º53.85%33.14%-
HSV(B)129.23º70%50.98%-
XYZ9.4616.656.08-
YUV94.01104.8588.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=17.57%
G=58.56%
B=23.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39130530.7000.590.49129.2353.8533.14
Hex2782354603B31813621
Octal4720265106073612016641
Binary100111100000101101011000110011101111000110000001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278235; }

 p { color: rgb(39,130,53); }

 H1.HeaderClassName
 {
   color: #278235;
 }
 .AnyTagClassName
 {
   color: #278235;
 }
</style>
background-color css

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

 a { background-color: rgb(39,130,53); }

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

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

 span { border-color: rgb(39,130,53); }

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