Html Css Color HEX #287E3D Japanese Laurel

📋 copy color: '#287E3D'

red 40 ◦ green 126 ◦ blue 61

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

Shades of Japanese Laurel #287E3D

Tints of Japanese Laurel #287E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.87%

R = 17.62%
G = 55.51%
B = 26.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#287E3D (or 0x287E3D) is known color: Japanese Laurel. HEX triplet: 28, 7E and 3D. RGB value is (40,126,61). Sum of RGB (Red+Green+Blue) = 40+126+61=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 126 (49.61% from 255 or 55.51% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 126 - color contains mainly: green. Hex color #287E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E3D is #D781C2. Grayscale: #5D5D5D. Windows color (decimal): -14123459 or 4029992. OLE color: 4029992.

HSL color Cylindrical-coordinate representation of color #287E3D: hue angle of 134.65º 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 #287E3D is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 126 61 -
CMYK 0.68 0 0.52 0.51
HSL 134.65º 0.52% 0.33% -
HSV(B) 134.65º 0.68% 0.49% -
XYZ 9.18 15.71 6.96 -
YUV 92.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 40 126 61 0.68 0 0.52 0.51 134.65 0.52 0.33
Hex 28 7E 3D 44 0 34 33 87 34 21
Octal 50 176 75 104 0 64 63 207 64 41
Binary 101000 1111110 111101 1000100 0 110100 110011 10000111 110100 100001

Color Harmonies of #287E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E3D

Black with #287E3D

Text Example


Text Example

White with #287E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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