Html Css Color HEX #287E3A Japanese Laurel

📋 copy color: '#287E3A'

red 40 ◦ green 126 ◦ blue 58

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

Shades of Japanese Laurel #287E3A

Tints of Japanese Laurel #287E3A

RGB

 RED value IS 40 (16.02% from 255) = 17.86%

 GREEN value IS 126 (49.61% from 255) = 56.25%

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 17.86%
G = 56.25%
B = 25.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#287E3A (or 0x287E3A) is known color: Japanese Laurel. HEX triplet: 28, 7E and 3A. RGB value is (40,126,58). Sum of RGB (Red+Green+Blue) = 40+126+58=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #287E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E3A is #D781C5. Grayscale: #5C5C5C. Windows color (decimal): -14123462 or 3833384. OLE color: 3833384.

HSL color Cylindrical-coordinate representation of color #287E3A: hue angle of 132.56º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E3A is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 126 58 -
CMYK 0.68 0 0.54 0.51
HSL 132.56º 0.52% 0.33% -
HSV(B) 132.56º 0.68% 0.49% -
XYZ 9.1 15.68 6.55 -
YUV 92.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 40 126 58 0.68 0 0.54 0.51 132.56 0.52 0.33
Hex 28 7E 3A 44 0 36 33 85 34 21
Octal 50 176 72 104 0 66 63 205 64 41
Binary 101000 1111110 111010 1000100 0 110110 110011 10000101 110100 100001

Color Harmonies of #287E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E3A

Black with #287E3A

Text Example


Text Example

White with #287E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287E3A; }

 p { color: rgb(40,126,58); }

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

background-color css

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

 a { background-color: rgb(40,126,58); }

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

border-color css

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

 span { border-color: rgb(40,126,58); }

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