Html Css Color HEX #287B2F Japanese Laurel

📋 copy color: '#287B2F'

red 40 ◦ green 123 ◦ blue 47

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

Shades of Japanese Laurel #287B2F

Tints of Japanese Laurel #287B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 58.57%

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 19.05%
G = 58.57%
B = 22.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#287B2F (or 0x287B2F) is known color: Japanese Laurel. HEX triplet: 28, 7B and 2F. RGB value is (40,123,47). Sum of RGB (Red+Green+Blue) = 40+123+47=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #287B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B2F is #D784D0. Grayscale: #595959. Windows color (decimal): -14124241 or 3111720. OLE color: 3111720.

HSL color Cylindrical-coordinate representation of color #287B2F: hue angle of 125.06º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287B2F is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 123 47 -
CMYK 0.67 0 0.62 0.52
HSL 125.06º 0.51% 0.32% -
HSV(B) 125.06º 0.67% 0.48% -
XYZ 8.47 14.82 5.1 -
YUV 89.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 40 123 47 0.67 0 0.62 0.52 125.06 0.51 0.32
Hex 28 7B 2F 43 0 3E 34 7D 33 20
Octal 50 173 57 103 0 76 64 175 63 40
Binary 101000 1111011 101111 1000011 0 111110 110100 1111101 110011 100000

Color Harmonies of #287B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287B2F

Black with #287B2F

Text Example


Text Example

White with #287B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,123,47); }

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

background-color css

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

 a { background-color: rgb(40,123,47); }

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

border-color css

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

 span { border-color: rgb(40,123,47); }

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