Html Css Color HEX #287725 Japanese Laurel

📋 copy color: '#287725'

red 40 ◦ green 119 ◦ blue 37

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

Shades of Japanese Laurel #287725

Tints of Japanese Laurel #287725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.71%

 BLUE value IS 37 (14.84% from 255) = 18.88%

R = 20.41%
G = 60.71%
B = 18.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#287725 (or 0x287725) is known color: Japanese Laurel. HEX triplet: 28, 77 and 25. RGB value is (40,119,37). Sum of RGB (Red+Green+Blue) = 40+119+37=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #287725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287725 is #D788DA. Grayscale: #565656. Windows color (decimal): -14125275 or 2455336. OLE color: 2455336.

HSL color Cylindrical-coordinate representation of color #287725: hue angle of 117.8º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287725 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 37 -
CMYK 0.66 0 0.69 0.53
HSL 117.8º 0.53% 0.31% -
HSV(B) 117.8º 0.69% 0.47% -
XYZ 7.81 13.78 4 -
YUV 86.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 40 119 37 0.66 0 0.69 0.53 117.8 0.53 0.31
Hex 28 77 25 42 0 45 35 76 35 1F
Octal 50 167 45 102 0 105 65 166 65 37
Binary 101000 1110111 100101 1000010 0 1000101 110101 1110110 110101 11111

Color Harmonies of #287725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287725

Black with #287725

Text Example


Text Example

White with #287725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287725; }

 p { color: rgb(40,119,37); }

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

background-color css

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

 a { background-color: rgb(40,119,37); }

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

border-color css

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

 span { border-color: rgb(40,119,37); }

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