#278439

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

Shades of Japanese Laurel #278439

Tints of Japanese Laurel #278439

Color information

#278439 (or 0x278439) is unknown color: approx Japanese Laurel. HEX triplet: 27, 84 and 39. RGB value is (39,132,57). Sum of RGB (Red+Green+Blue) = 39+132+57=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #278439 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278439 is #D87BC6. Grayscale: #5F5F5F. Windows color (decimal): -14187463 or 3769383. OLE color: 3769383.

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

Color convert

RGB3913257-
CMYK0.7000.570.48
HSL131.61º54.39%33.53%-
HSV(B)131.61º70.45%51.76%-
XYZ9.8317.236.68-
YUV95.64106.1987.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 132 (51.95% from 255) = 57.89%
BLUE value IS 57 (22.66% from 255) = 25%
R=17.11%
G=57.89%
B=25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39132570.7000.570.48131.6154.3933.53
Hex2784394603930843622
Octal4720471106071602046642
Binary100111100001001110011000110011100111000010000100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278439; }

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

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

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

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

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

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

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

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